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

server:
  host: 0.0.0.0
  port: 4522
  workers: 6

database:
  host: db-master-0.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: nZQR1U4Eg8p8MsPsm4zMRJ6L
  pool_size: 9
  ssl_mode: require

redis:
  host: redis-1.internal
  port: 6379
  password: X6UP3hkXPK0LGvhT
  db: 0

aws:
  region: eu-west-1
  access_key_id: AKIAYZA2RBKJJTYEWPCJ
  secret_access_key: 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
  s3_bucket: microservice-assets-prod

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