部署文件上传,修改环境变量为development

This commit is contained in:
2026-07-06 20:15:41 +08:00
parent 04b0559fb8
commit b12ee13232
3 changed files with 10 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
# 服务器机器相关(覆盖 .env.development 中的同名项)
PORT=8090
DATABASE_URL="mysql://dukang:Dukang2026!@localhost:3306/dukang_haoke"
REDIS_URL="redis://localhost:6379"