This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
dify
Watch
1
Star
0
Fork
0
You've already forked dify
mirror of
https://github.com/langgenius/dify.git
synced
2025-09-01 13:23:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dify
/
api
/
configs
/
remote_settings_sources
/
enums.py
7 lines
110 B
Python
Raw
Normal View
History
Unescape
Escape
feat:add apollo configuration to load env file (#11210) Signed-off-by: -LAN- <laipz8200@outlook.com> Co-authored-by: huanshare <liuhuan101@longfor.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-12-10 02:51:20 +08:00
from
enum
import
StrEnum
class
RemoteSettingsSourceName
(
StrEnum
)
:
APOLLO
=
"
apollo
"
support load .env config from nacos (#18186)
2025-04-22 13:12:36 +08:00
NACOS
=
"
nacos
"
Reference in New Issue
Copy Permalink