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