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

server:
  host: 0.0.0.0
  port: 8253
  workers: 4

database:
  host: db-master-2.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: ueY7U0qoEvLI7EWi4xsh6guP
  pool_size: 13
  ssl_mode: require

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

aws:
  region: us-east-1
  access_key_id: AKIAUYV8HOPNWDTZ44MI
  secret_access_key: 7pCwyPR1AcuTf5plk19z3ey+R2q4ZVJOtApSGtlS
  s3_bucket: microservice-assets-prod

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