| 1234567891011121314151617 |
- # Optional external generative model. Leave empty for infrastructure-only tests.
- DEEPSEEK_API_KEY=
- # Create this key in the local n8n UI after owner setup, then restart backend.
- N8N_API_KEY=
- # External business data-source pools. This does not configure the platform DB.
- DATASOURCE_CREDENTIAL_MASTER_KEY=replace-with-base64-32-byte-key
- DATASOURCE_CREDENTIAL_KEY_VERSION=v1
- DATASOURCE_POOL_SIZE=2
- DATASOURCE_MAX_OVERFLOW=3
- DATASOURCE_POOL_TIMEOUT=10
- DATASOURCE_POOL_RECYCLE=1800
- DATASOURCE_POOL_IDLE_TTL=900
- DATASOURCE_MAX_IDLE_POOLS=20
- DATASOURCE_QUERY_TIMEOUT=30
- DATASOURCE_CERT_DIR=/etc/dataops-platform/datasource-certs
|