Files
counter/.env.production
aovantsev d0f14dfca2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
add env files
2025-10-03 13:33:22 +03:00

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