# Application configuration
app:
  name: microservice
  version: 4.7.11
  environment: production
  debug: false

server:
  host: 0.0.0.0
  port: 7459
  workers: 11

database:
  host: db-master-3.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: ZiX8X9gCp422zroQcOSeWbrK
  pool_size: 5
  ssl_mode: require

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

aws:
  region: eu-west-1
  access_key_id: AKIA6Z0Q4WOHNIK3LHI2
  secret_access_key: WqiCvP6Z/1u0gauRxUbROAi1es7mIyfXuNUxS5H+
  s3_bucket: microservice-assets-prod

logging:
  level: info
  format: json
  output: /var/log/microservice/app.log
