Files
proxy/cmd/server/.env.example
2025-03-05 10:24:13 +08:00

13 lines
212 B
Plaintext

# 应用配置
APP_CTRL_PORT=18080
APP_DATA_PORT=18081
APP_LOG_MODE=dev# dev | test
# 数据库配置
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=app
DB_USERNAME=proxy
DB_PASSWORD=proxy
DB_TIMEZONE=Asia/Shanghai