9 lines
245 B
Plaintext
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
|