We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e327f0 commit 5324f1bCopy full SHA for 5324f1b
web/docker/entrypoint.sh
@@ -27,5 +27,6 @@ export NEXT_PUBLIC_TEXT_GENERATION_TIMEOUT_MS=${TEXT_GENERATION_TIMEOUT_MS}
27
export NEXT_PUBLIC_CSP_WHITELIST=${CSP_WHITELIST}
28
export NEXT_PUBLIC_TOP_K_MAX_VALUE=${TOP_K_MAX_VALUE}
29
export NEXT_PUBLIC_INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH=${INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH}
30
+export NEXT_PUBLIC_MAX_TOOLS_NUM=${MAX_TOOLS_NUM}
31
32
pm2 start /app/web/server.js --name dify-web --cwd /app/web -i ${PM2_INSTANCES} --no-daemon
0 commit comments