All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: aovantsev <aovantsev@avito.ru> Reviewed-on: #3
8 lines
221 B
Plaintext
8 lines
221 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
|
|
GIN_MODE=debug
|
|
LOG_LEVEL=debug
|