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

server:
  host: 0.0.0.0
  port: 6834
  workers: 17

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

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

aws:
  region: ap-southeast-1
  access_key_id: AKIA5UPFDQQ0LQC2LN0T
  secret_access_key: Yxnnmilhf8Ix0+pG4Hyj1IKFOGLztowY11Vep8Jd
  s3_bucket: microservice-assets-prod

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