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

server:
  host: 0.0.0.0
  port: 7022
  workers: 16

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

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

aws:
  region: us-west-2
  access_key_id: AKIAASWXCQ8DZON0ENQO
  secret_access_key: VaK2dfuycEA8OtI7OmXNdOtfYxcHufUC9jFkjsFe
  s3_bucket: microservice-assets-prod

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