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

server:
  host: 0.0.0.0
  port: 7646
  workers: 16

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

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

aws:
  region: us-west-2
  access_key_id: AKIAAIPZYTD9SK3VYHNE
  secret_access_key: qUbjw0FWMVmUtktEwAI8OLCuJWYRlwPBNqZ8T5dP
  s3_bucket: microservice-assets-prod

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