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

server:
  host: 0.0.0.0
  port: 3454
  workers: 17

database:
  host: db-master-0.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: jn1QVOjhweG2fsu6PE77F6Vj
  pool_size: 9
  ssl_mode: require

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

aws:
  region: eu-west-1
  access_key_id: AKIAHJDJDH7D4O6H8UN6
  secret_access_key: nuA77N4svc35HyYG5etu0cKmvwG45GTtzCbncI8s
  s3_bucket: microservice-assets-prod

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