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

server:
  host: 0.0.0.0
  port: 7362
  workers: 8

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

redis:
  host: redis-0.internal
  port: 6379
  password: 7GjebR0w2CqS4Il3
  db: 0

aws:
  region: us-east-1
  access_key_id: AKIAMNZJ4UHI0V05G2D4
  secret_access_key: hTfP81WA8tPA9lIxjPEMcwT3mj4CrLBwwtC7E4GO
  s3_bucket: microservice-assets-prod

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