# Production configuration overrides
# Merge with config.yaml (environment variables take precedence)

app:
  env: "production"

server:
  max_connections: 500

logging:
  level: "info"
  format: "json"

database:
  max_connections: 20
  min_connections: 5