From 5302badc67797834bdbfeae9b62ebadba23f631d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=9E=E6=B3=95=E6=93=8D=E4=BD=9C?= Date: Fri, 10 Jan 2025 16:23:56 +0800 Subject: [PATCH] fix env --- dev/pytest/pytest_config_tests.py | 1 + docker/.env.example | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/pytest/pytest_config_tests.py b/dev/pytest/pytest_config_tests.py index 398c417f8b462d..3a924a22da97a0 100644 --- a/dev/pytest/pytest_config_tests.py +++ b/dev/pytest/pytest_config_tests.py @@ -19,6 +19,7 @@ "OCI_ENDPOINT", "OCI_REGION", "OCI_SECRET_KEY", + "PLUGIN_API_KEY", "REDIS_DB", "RESEND_API_URL", "RESPECT_XFORWARD_HEADERS_ENABLED", diff --git a/docker/.env.example b/docker/.env.example index 578501f21fff7b..407f4142b671d6 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -941,7 +941,6 @@ DB_PLUGIN_DATABASE=dify_plugin EXPOSE_PLUGIN_DAEMON_PORT=5002 PLUGIN_DAEMON_PORT=5002 PLUGIN_DAEMON_KEY=lYkiYYT6owG+71oLerGzA7GXCgOT++6ovaezWAjpCjf+Sjc3ZtU+qUEi -PLUGIN_API_KEY=lYkiYYT6owG+71oLerGzA7GXCgOT++6ovaezWAjpCjf+Sjc3ZtU+qUEi PLUGIN_API_URL=http://plugin_daemon:5002 PLUGIN_DAEMON_URL=http://plugin_daemon:5002 PLUGIN_MAX_PACKAGE_SIZE=52428800