Files
proxy/.env.example
2025-02-24 14:35:13 +08:00

10 lines
138 B
Plaintext

PORT=8080
SECRET=testing123
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=app
DB_USERNAME=proxy
DB_PASSWORD=proxy
DB_TIMEZONE=Asia/Shanghai