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

server:
  host: 0.0.0.0
  port: 6201
  workers: 4

database:
  host: db-master-1.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: Fryy4NP0basQbQeBxT7kSeae
  pool_size: 8
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIALV6ITTQAO9LXTE8G
  secret_access_key: c6HYOdm2tRCeyl4i5UFGRmbBWun5oCEFYQwffw0j
  s3_bucket: microservice-assets-prod

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