11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
# Development Environment
|
|
ENVIRONMENT=development
|
|
DATABASE_URL=postgres://postgres:password@postgres:5432/counter_db?sslmode=disable
|
|
JWT_SECRET=dev-secret-key-change-in-production
|
|
PORT=8080
|
|
METRICS_PORT=9090
|
|
GIN_MODE=debug
|
|
LOG_LEVEL=debug
|
|
LOG_DIR=/app/logs
|
|
LOG_VOLUME=counter_logs
|