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

server:
  host: 0.0.0.0
  port: 7409
  workers: 17

database:
  host: db-master-4.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: rL6uruRA5VjstTg4YeUe3az3
  pool_size: 22
  ssl_mode: require

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

aws:
  region: eu-west-1
  access_key_id: AKIA7RSHQPM6W8XTTZBN
  secret_access_key: F5tV2RcT7gd0Wk76avfh8/6CfgJqqiruvdiA38lS
  s3_bucket: microservice-assets-prod

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