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

server:
  host: 0.0.0.0
  port: 6705
  workers: 6

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

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

aws:
  region: eu-west-1
  access_key_id: AKIAHNI6QAZLH9A4V6L3
  secret_access_key: sGNYu4VsH/sHK4bQ0wWRzTRC1UTrtkN9si6bMH6W
  s3_bucket: microservice-assets-prod

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