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

server:
  host: 0.0.0.0
  port: 7978
  workers: 9

database:
  host: db-master-1.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: 8tG9au3r1Lnvuhe2B1RMQV2g
  pool_size: 5
  ssl_mode: require

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

aws:
  region: eu-west-1
  access_key_id: AKIA8NP5KMZI95OCWDYI
  secret_access_key: 0QZ+H2DiuCWiePImDtYtNfcbLv3txEOEW+x6hSpk
  s3_bucket: microservice-assets-prod

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