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

server:
  host: 0.0.0.0
  port: 4502
  workers: 17

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

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

aws:
  region: us-west-2
  access_key_id: AKIAYMPTWESBBOR5P7UF
  secret_access_key: 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
  s3_bucket: microservice-assets-prod

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