Files
counter/.env.production
aovantsev 85221dfb1f
Some checks failed
continuous-integration/drone/push Build is failing
add monitoring
2025-10-05 09:58:13 +03:00

9 lines
245 B
Plaintext

# Production Environment
ENVIRONMENT=production
DATABASE_URL=postgres://postgres:password@postgres:5432/counter_db?sslmode=disable
JWT_SECRET=super-secure-production-secret-change-this
PORT=8080
GIN_MODE=release
LOG_LEVEL=warn
METRICS_PORT=9090