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

server:
  host: 0.0.0.0
  port: 5604
  workers: 10

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

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

aws:
  region: us-east-1
  access_key_id: AKIAZZZXAJ0L3HHRNFAK
  secret_access_key: ATpgAz/LShtKSlruLg8TQ3XR1sHmEdlZEx9dxwbg
  s3_bucket: microservice-assets-prod

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