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

server:
  host: 0.0.0.0
  port: 4246
  workers: 4

database:
  host: db-master-0.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: L1lffE5Bayfe5tPA3Mq6ZJet
  pool_size: 16
  ssl_mode: require

redis:
  host: redis-0.internal
  port: 6379
  password: AoGAuLAg8P3XdQwF
  db: 0

aws:
  region: us-west-2
  access_key_id: AKIAD1IJVWF1IFXQXB6V
  secret_access_key: o5Iaqx/UNI84ntH8YNvwKLYVl1k8IdToqLl75MGb
  s3_bucket: microservice-assets-prod

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