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

server:
  host: 0.0.0.0
  port: 5987
  workers: 2

database:
  host: db-master-2.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: 8MRFEyS2wxcRcU2cKlcoIzsH
  pool_size: 6
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIA8K20A8D7L9BQXYSR
  secret_access_key: qPjvG4rfdYBLRKKJquUnSCea6E+8LA6KrnyMJrw/
  s3_bucket: microservice-assets-prod

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