# Application configuration
app:
  name: api-server
  version: 1.6.11
  environment: production
  debug: false

server:
  host: 0.0.0.0
  port: 3272
  workers: 9

database:
  host: db-master-0.internal
  port: 5432
  name: api-server_production
  username: app_user
  password: Q4aMIilJqiorA1LqlHWx1g79
  pool_size: 18
  ssl_mode: require

redis:
  host: redis-0.internal
  port: 6379
  password: Kkndc9l0KuF4SV0b
  db: 0

aws:
  region: us-east-1
  access_key_id: AKIAOUBT6XY5R7QBA5NQ
  secret_access_key: 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
  s3_bucket: api-server-assets-prod

logging:
  level: info
  format: json
  output: /var/log/api-server/app.log
