.env.example 1.0 KB

1234567891011121314151617181920212223242526272829
  1. # Optional external generative model. Leave empty for infrastructure-only tests.
  2. DEEPSEEK_API_KEY=
  3. # Create this key in the local n8n UI after owner setup, then restart backend.
  4. N8N_API_KEY=
  5. # External business data-source pools. This does not configure the platform DB.
  6. DATASOURCE_CREDENTIAL_MASTER_KEY=replace-with-base64-32-byte-key
  7. DATASOURCE_CREDENTIAL_KEY_VERSION=v1
  8. DATASOURCE_POOL_SIZE=2
  9. DATASOURCE_MAX_OVERFLOW=3
  10. DATASOURCE_POOL_TIMEOUT=10
  11. DATASOURCE_POOL_RECYCLE=1800
  12. DATASOURCE_POOL_IDLE_TTL=900
  13. DATASOURCE_MAX_IDLE_POOLS=20
  14. DATASOURCE_QUERY_TIMEOUT=30
  15. DATASOURCE_CERT_DIR=/etc/dataops-platform/datasource-certs
  16. # Runner task tokens are short-lived and contain no data-source credentials.
  17. RUNNER_TASK_TOKEN_SECRET=replace-with-at-least-32-random-bytes
  18. RUNNER_HTTP_ALLOWED_HOSTS=
  19. # DataOps MCP processes fail closed when any identity scope is empty.
  20. # Generate a fresh UUID correlation ID for each agent session.
  21. DATAOPS_MCP_SUBJECT=
  22. DATAOPS_MCP_ROLES=
  23. DATAOPS_MCP_BUSINESS_DOMAINS=
  24. DATAOPS_MCP_ENVIRONMENTS=
  25. DATAOPS_MCP_CORRELATION_ID=