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

server:
  host: 0.0.0.0
  port: 3242
  workers: 6

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

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

aws:
  region: us-east-1
  access_key_id: AKIAL2LRVBZVH1LUPPQ0
  secret_access_key: OUnNpG7P0NNuPQTmS863PZu9xg45MmJuDmGk41ts
  s3_bucket: microservice-assets-prod

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