mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 05:36:02 +08:00
chore: remove the unused config INNER_API_KEY (#14780)
This commit is contained in:
parent
83cad07fb3
commit
561a3bf7a0
@ -427,7 +427,6 @@ PLUGIN_DAEMON_URL=http://127.0.0.1:5002
|
|||||||
PLUGIN_REMOTE_INSTALL_PORT=5003
|
PLUGIN_REMOTE_INSTALL_PORT=5003
|
||||||
PLUGIN_REMOTE_INSTALL_HOST=localhost
|
PLUGIN_REMOTE_INSTALL_HOST=localhost
|
||||||
PLUGIN_MAX_PACKAGE_SIZE=15728640
|
PLUGIN_MAX_PACKAGE_SIZE=15728640
|
||||||
INNER_API_KEY=QaHbTe77CtuXmsfyhR7+vRjI/+XbV1AaFy691iy+kGDv2Jvy0/eAh8Y1
|
|
||||||
INNER_API_KEY_FOR_PLUGIN=QaHbTe77CtuXmsfyhR7+vRjI/+XbV1AaFy691iy+kGDv2Jvy0/eAh8Y1
|
INNER_API_KEY_FOR_PLUGIN=QaHbTe77CtuXmsfyhR7+vRjI/+XbV1AaFy691iy+kGDv2Jvy0/eAh8Y1
|
||||||
|
|
||||||
# Marketplace configuration
|
# Marketplace configuration
|
||||||
|
@ -389,11 +389,6 @@ class InnerAPIConfig(BaseSettings):
|
|||||||
default=False,
|
default=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
INNER_API_KEY: Optional[str] = Field(
|
|
||||||
description="API key for accessing the internal API",
|
|
||||||
default=None,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class LoggingConfig(BaseSettings):
|
class LoggingConfig(BaseSettings):
|
||||||
"""
|
"""
|
||||||
|
@ -1 +1,2 @@
|
|||||||
Single-database configuration for Flask.
|
Single-database configuration for Flask.
|
||||||
|
|
||||||
|
@ -87,7 +87,6 @@ ZHINAO_API_KEY=
|
|||||||
# Plugin configuration
|
# Plugin configuration
|
||||||
PLUGIN_DAEMON_KEY=
|
PLUGIN_DAEMON_KEY=
|
||||||
PLUGIN_DAEMON_URL=
|
PLUGIN_DAEMON_URL=
|
||||||
INNER_API_KEY=
|
|
||||||
|
|
||||||
# Marketplace configuration
|
# Marketplace configuration
|
||||||
MARKETPLACE_API_URL=
|
MARKETPLACE_API_URL=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user