5 lines
186 B
Bash
5 lines
186 B
Bash
# 服务器机器相关(可合并到 .env.production 的参考项)
|
|
PORT=8090
|
|
DATABASE_URL="mysql://dukang:Dukang2026!@localhost:3306/dukang_haoke"
|
|
REDIS_URL="redis://localhost:6379"
|