Bläddra i källkod

add PPROF_ENABLED and FORCE_VERIFYING_SIGNATURE to .env.example

Yeuoly 6 månader sedan
förälder
incheckning
afa910ed78
1 ändrade filer med 7 tillägg och 0 borttagningar
  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