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

server:
  host: 0.0.0.0
  port: 5212
  workers: 10

database:
  host: db-master-4.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: anYbDEat9rIoMZHIZA9yfmz8
  pool_size: 7
  ssl_mode: require

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

aws:
  region: us-west-2
  access_key_id: AKIACDA1OWMDHX0SOWDC
  secret_access_key: oiOoGlZk5Zc3Oy8Xl19reZZuQuwMUZTmSwHgir57
  s3_bucket: microservice-assets-prod

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