瀏覽代碼

add PPROF_ENABLED and FORCE_VERIFYING_SIGNATURE to .env.example

Yeuoly 6 月之前
父節點
當前提交
afa910ed78
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .env.example

+ 7 - 0
.env.example

@@ -58,3 +58,10 @@ DIFY_PLUGIN_SERVERLESS_CONNECTOR_API_KEY=HeRFb6yrzAy5vUSlJWK2lUl36mpkaRycv4witbQ
 # python interpreter, if you are using local runtime, you should set this path to your python interpreter path
 # otherwise, it should be /usr/bin/python3
 PYTHON_INTERPRETER_PATH=/Users/yeuoly/miniconda3/envs/dify-plugin-sdk/bin/python
+
+# pprof enabled, for debugging
+PPROF_ENABLED=false
+
+# FORCE_VERIFYING_SIGNATURE, for security, you should set this to true, pls be sure you know what you are doing
+# if want to install plugin without verifying signature, set this to false
+FORCE_VERIFYING_SIGNATURE=true