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

server:
  host: 0.0.0.0
  port: 5943
  workers: 17

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

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

aws:
  region: eu-west-1
  access_key_id: AKIA3HUS3HO8JV6ISCRL
  secret_access_key: /vpIPsXhYvZ5rqGujoqmtEIf6K91OTS1PBQffaiK
  s3_bucket: microservice-assets-prod

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