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

server:
  host: 0.0.0.0
  port: 3193
  workers: 5

database:
  host: db-master-4.internal
  port: 5432
  name: api-server_production
  username: app_user
  password: WIiHMUauI3GUopN99iaNbAy4
  pool_size: 10
  ssl_mode: require

redis:
  host: redis-2.internal
  port: 6379
  password: 2aEIKrccHTVu4yB5
  db: 0

aws:
  region: eu-west-1
  access_key_id: AKIADZG0D096JTECP0N6
  secret_access_key: CSb+UgeqSBey6skcDyNIWnEf8tkM3iwaE4l0ERCu
  s3_bucket: api-server-assets-prod

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