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

server:
  host: 0.0.0.0
  port: 8811
  workers: 15

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

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

aws:
  region: us-west-2
  access_key_id: AKIAMMYPDTT3O7J8CPQ9
  secret_access_key: Esj1jlW/ABr+RMPBmiu/7t6BJ5gnAT/ofh6ussZh
  s3_bucket: microservice-assets-prod

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