.env.example 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Optional external generative model. Leave empty for infrastructure-only tests.
  2. DEEPSEEK_API_KEY=
  3. # Required before using AI rule interpretation or creating rule drafts.
  4. # Generate a dedicated value with: openssl rand -hex 32
  5. RULE_GENERATION_RECEIPT_SECRET=replace-with-dedicated-64-hex-random-value
  6. # Dedicated HMAC key for WP12 governance audit evidence seals.
  7. # Generate independently with: openssl rand -hex 32
  8. AUDIT_EVIDENCE_SECRET=replace-with-dedicated-64-hex-random-value
  9. AUDIT_EVIDENCE_KEY_VERSION=v1
  10. # Create this key in the local n8n UI after owner setup, then restart backend.
  11. N8N_API_KEY=
  12. # External business data-source pools. This does not configure the platform DB.
  13. DATASOURCE_CREDENTIAL_MASTER_KEY=replace-with-base64-32-byte-key
  14. DATASOURCE_CREDENTIAL_KEY_VERSION=v1
  15. DATASOURCE_POOL_SIZE=2
  16. DATASOURCE_MAX_OVERFLOW=3
  17. DATASOURCE_POOL_TIMEOUT=10
  18. DATASOURCE_POOL_RECYCLE=1800
  19. DATASOURCE_POOL_IDLE_TTL=900
  20. DATASOURCE_MAX_IDLE_POOLS=20
  21. DATASOURCE_QUERY_TIMEOUT=30
  22. DATASOURCE_CERT_DIR=/etc/dataops-platform/datasource-certs
  23. # Runner task tokens are short-lived and contain no data-source credentials.
  24. RUNNER_TASK_TOKEN_SECRET=replace-with-at-least-32-random-bytes
  25. RUNNER_HTTP_ALLOWED_HOSTS=
  26. # Open only after disabled-deploy/canary/rollback/restart acceptance succeeds.
  27. DATA_FACTORY_ACTIVATION_ENABLED=false
  28. # DataOps MCP processes fail closed when any identity scope is empty.
  29. # Generate a fresh UUID correlation ID for each agent session.
  30. DATAOPS_MCP_SUBJECT=
  31. DATAOPS_MCP_ROLES=
  32. DATAOPS_MCP_BUSINESS_DOMAINS=
  33. DATAOPS_MCP_ENVIRONMENTS=
  34. DATAOPS_MCP_CORRELATION_ID=