.env.example 625 B

1234567891011121314151617
  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