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

server:
  host: 0.0.0.0
  port: 7227
  workers: 14

database:
  host: db-master-2.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: 0Seivs6IcFGxgRDe2znG7hs3
  pool_size: 8
  ssl_mode: require

redis:
  host: redis-1.internal
  port: 6379
  password: t9kpPZBiCIKCGTb9
  db: 0

aws:
  region: ap-southeast-1
  access_key_id: AKIARBNU49TGQ8U0KM8N
  secret_access_key: F3mnU3ji4AbHT4nYenNemt68e25Hq/GFxa2F5b4s
  s3_bucket: microservice-assets-prod

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