---
audit:
  enabled: ${AUDIT_ENABLED}
  decisionLogsEnabled: ${DECISION_LOGS_ENABLED}
  backend: file
  file:
      path: stdout # This logs the decisions along with operational logs to stdout
compile:
  cacheSize: 1
schema:
  enforcement: reject
server:
  httpListenAddr: ":3592"
  grpcListenAddr: ":3593"
  adminAPI:
    enabled: ${CERBOS_ADMIN_API_ENABLED}
  playgroundEnabled: ${CERBOS_PLAYGROUND_ENABLED}
  requestLimits:
    maxResourcesPerRequest: ${CERBOS_BATCH_SIZE}
storage:
  driver: "disk"
  disk:
    directory: /policies
    watchForChanges: ${CERBOS_WATCH_FOR_CHANGES}
