Explorar el Código

add PPROF_ENABLED and FORCE_VERIFYING_SIGNATURE to .env.example

Yeuoly hace 6 meses
padre
commit
afa910ed78
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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