We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ea126 commit c85d44dCopy full SHA for c85d44d
1 file changed
n8n.py
@@ -119,8 +119,6 @@ def read_file_if_not_empty(file_path):
119
space_variables=[
120
{"key": "GENERIC_TIMEZONE", "value": "Asia/Shanghai"},
121
{"key": "TZ", "value": "Asia/Shanghai"},
122
- {"key": "NODE_FUNCTION_ALLOW_BUILTIN", "value": "*"},
123
- {"key": "NODE_FUNCTION_ALLOW_EXTERNAL", "value": "*"},
124
{"key": "N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS", "value": "true"},
125
{"key": "WEBHOOK_URL", "value": f"https://{userid}-{space_name}.hf.space"},
126
],
0 commit comments