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

server:
  host: 0.0.0.0
  port: 7467
  workers: 10

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

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

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

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