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

server:
  host: 0.0.0.0
  port: 5958
  workers: 14

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

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

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

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