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

server:
  host: 0.0.0.0
  port: 8635
  workers: 5

database:
  host: db-master-2.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: SqPFpvXTfb3II2Ckp1h11424
  pool_size: 21
  ssl_mode: require

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

aws:
  region: us-west-2
  access_key_id: AKIA2H6Z0RVTOZ6ESI64
  secret_access_key: kh80qvnhhmBJPwpAV5oeZr2b5o0rMFRaniG0AgPL
  s3_bucket: microservice-assets-prod

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