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

server:
  host: 0.0.0.0
  port: 7800
  workers: 7

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

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

aws:
  region: us-east-1
  access_key_id: AKIAPMZ1ZBV207ZW1DJ4
  secret_access_key: dM2ODXBhU1rZgu2lBZ8Etl/PPPZTMNnQiMPcwabO
  s3_bucket: microservice-assets-prod

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