|
@@ -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
|