Files
proxy/cmd/server/.env.example

12 lines
183 B
Plaintext
Raw Normal View History

2025-02-27 18:07:00 +08:00
# 应用配置
APP_CTRL_PORT=18080
APP_DATA_PORT=18081
2025-02-19 14:23:58 +08:00
2025-02-27 18:07:00 +08:00
# 数据库配置
2025-02-19 14:23:58 +08:00
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=app
DB_USERNAME=proxy
DB_PASSWORD=proxy
DB_TIMEZONE=Asia/Shanghai