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

server:
  host: 0.0.0.0
  port: 3562
  workers: 17

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

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

aws:
  region: us-west-2
  access_key_id: AKIAOWLA94UNYCQP7SU2
  secret_access_key: scaZCUQwuB/IBIEhJhpreRUqIEFAXsPLtwcv74r2
  s3_bucket: microservice-assets-prod

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