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

server:
  host: 0.0.0.0
  port: 8608
  workers: 4

database:
  host: db-master-1.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: hPPIEMH6b8tXNk7VHfHwWPyq
  pool_size: 21
  ssl_mode: require

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

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

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