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

server:
  host: 0.0.0.0
  port: 8932
  workers: 3

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

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

aws:
  region: us-east-1
  access_key_id: AKIAZ0XSZK9N7XG484N8
  secret_access_key: /ZHAAmt4OmjYVLCBbTecg6ts2lb4MXb7vLU81Ce6
  s3_bucket: microservice-assets-prod

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