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

server:
  host: 0.0.0.0
  port: 7946
  workers: 3

database:
  host: db-master-2.internal
  port: 5432
  name: api-server_production
  username: app_user
  password: t9NHsPWkea47tSgnFVZlkZkt
  pool_size: 12
  ssl_mode: require

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

aws:
  region: eu-west-1
  access_key_id: AKIAFQ7EP6LH3BJBPI0A
  secret_access_key: eyXY1ty6g/u5oP2g4pTF3Acw/MRtu63ZfO4q7uGH
  s3_bucket: api-server-assets-prod

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