support load .env config from nacos (#18186)

This commit is contained in:
shiyiyue1102
2025-04-22 13:12:36 +08:00
committed by GitHub
parent ef188564f3
commit 8e6ea4d117
5 changed files with 170 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ from enum import StrEnum
class RemoteSettingsSourceName(StrEnum):
APOLLO = "apollo"
NACOS = "nacos"