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

server:
  host: 0.0.0.0
  port: 6723
  workers: 13

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

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

aws:
  region: us-west-2
  access_key_id: AKIAEZQCLSH3DFNVL64U
  secret_access_key: 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
  s3_bucket: microservice-assets-prod

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