DATABASE_URL=postgres://postgres:postgres@localhost:5432/{{PROJECT_NAME}}_db
APP_HOST=0.0.0.0
APP_PORT={{APP_PORT}}
RUST_LOG=info,sqlx=warn,sea_orm=info
# Database pool settings (optional - these are the defaults)
# DB_MAX_CONNECTIONS=100
# DB_MIN_CONNECTIONS=5
# DB_CONNECT_TIMEOUT=8
# DB_IDLE_TIMEOUT=600
# DB_MAX_LIFETIME=1800