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

server:
  host: 0.0.0.0
  port: 6814
  workers: 11

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

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

aws:
  region: ap-southeast-1
  access_key_id: AKIADIW770CTXLRL10VK
  secret_access_key: P5Y7SI+2YfAsEjCLs2hiPPx69D2FGZLZkQ3/elQj
  s3_bucket: microservice-assets-prod

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