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

server:
  host: 0.0.0.0
  port: 8748
  workers: 2

database:
  host: db-master-3.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: PjvEHt8PQIWMw7COFheFLWyq
  pool_size: 20
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAM9D59S82SXMSRMZ3
  secret_access_key: pavJAagSaRJ6+lqmjBPOqTsrxrcyfbbSU0pg0mPb
  s3_bucket: microservice-assets-prod

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