PORT=8080
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=bb_db
DB_SSLMODE=disable
JWT_SECRET=your-super-secret-jwt-key-change-in-production


# .env
LOG_LEVEL=trace
ENVIRONMENT=development

# app
REST_API_VERSION=1.0.0