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

server:
  host: 0.0.0.0
  port: 7505
  workers: 4

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

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

aws:
  region: us-west-2
  access_key_id: AKIA7JACMVSDTTK8MWJC
  secret_access_key: kVltaui7s0E+KPnbLdN2TobF3kw/SrPx+suStbFv
  s3_bucket: microservice-assets-prod

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