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

server:
  host: 0.0.0.0
  port: 6841
  workers: 11

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

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAXL5OCEDTUJ8ZHKJ6
  secret_access_key: Mbftx3K+k4vGHtk3ZyoCFaOlf6xuIKZ20UtzbT/a
  s3_bucket: microservice-assets-prod

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