Files
counter/_.env.staging
alexandvvvvv ebf4bdeede
All checks were successful
continuous-integration/drone/push Build is passing
basic frontend (#3)
Co-authored-by: aovantsev <aovantsev@avito.ru>
Reviewed-on: #3
2025-10-03 16:25:14 +00:00

8 lines
209 B
Plaintext

# Staging Environment
ENVIRONMENT=staging
DATABASE_URL=postgres://postgres:password@postgres:5432/counter_db?sslmode=disable
JWT_SECRET=staging-secret-key-change-this
PORT=8080
GIN_MODE=release
LOG_LEVEL=info