8 lines
227 B
Plaintext
8 lines
227 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
|