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

8 lines
220 B
Bash

# Base Configuration
DATABASE_URL=postgres://postgres:password@localhost:5432/counter_db?sslmode=disable
PORT=8080
LOG_LEVEL=info
GIN_MODE=debug
METRICS_PORT=9090
JWT_SECRET=your-super-secure-development-secret-key-here