fix: rename plugin db name to dify_plugin (#12565)

pull/12572/head
Yeuoly 1 year ago committed by GitHub
parent f967180dc2
commit 4deb02fc2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -937,7 +937,7 @@ TOP_K_MAX_VALUE=10
# Plugin Daemon Configuration
# ------------------------------
DB_PLUGIN_DATABASE=dify-plugin
DB_PLUGIN_DATABASE=dify_plugin
EXPOSE_PLUGIN_DAEMON_PORT=5002
PLUGIN_DAEMON_PORT=5002
PLUGIN_DAEMON_KEY=lYkiYYT6owG+71oLerGzA7GXCgOT++6ovaezWAjpCjf+Sjc3ZtU+qUEi

@ -92,7 +92,7 @@ EXPOSE_WEAVIATE_PORT=8080
# Plugin Daemon Configuration
# ------------------------------
DB_PLUGIN_DATABASE=dify-plugin
DB_PLUGIN_DATABASE=dify_plugin
EXPOSE_PLUGIN_DAEMON_PORT=5002
PLUGIN_DAEMON_PORT=5002
PLUGIN_DAEMON_KEY=lYkiYYT6owG+71oLerGzA7GXCgOT++6ovaezWAjpCjf+Sjc3ZtU+qUEi

Loading…
Cancel
Save