5 lines
184 B
Bash
5 lines
184 B
Bash
# 服务器机器相关(覆盖 .env.development 中的同名项)
|
|
PORT=8090
|
|
DATABASE_URL="mysql://dukang:Dukang2026!@localhost:3306/dukang_haoke"
|
|
REDIS_URL="redis://localhost:6379"
|