Files
counter/.env
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

6 lines
145 B
Bash

# Base Configuration
DATABASE_URL=postgres://postgres:password@localhost:5432/counter_db?sslmode=disable
PORT=8080
LOG_LEVEL=info
GIN_MODE=debug