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

server:
  host: 0.0.0.0
  port: 4341
  workers: 14

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

redis:
  host: redis-2.internal
  port: 6379
  password: AL8q1eK1TV72qQ68
  db: 0

aws:
  region: ap-southeast-1
  access_key_id: AKIAHV4SVE3CLUK4YT3W
  secret_access_key: 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
  s3_bucket: microservice-assets-prod

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