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

server:
  host: 0.0.0.0
  port: 8440
  workers: 13

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

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

aws:
  region: eu-west-1
  access_key_id: AKIA4SPPASAZ3TKH1ZVS
  secret_access_key: bmtgZbcaDq/fxswx9faULPwkrdttSXR41oY2buyi
  s3_bucket: microservice-assets-prod

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