bff config to nacos
CI / changes (push) Successful in 2s
CI / docker-bff (push) Successful in 3m7s
CI / docker-product (push) Has been skipped
CI / docker-admin (push) Successful in 3m26s

This commit is contained in:
2026-08-13 16:27:18 +08:00
parent 94e1c6f97d
commit 6c20427b0a
19 changed files with 458 additions and 169 deletions
+2 -7
View File
@@ -6,8 +6,7 @@ import (
type Config struct {
gateway.GatewayConf
Nacos NacosConf
Response ResponseConf `json:",optional"`
Nacos NacosConf
}
type NacosConf struct {
@@ -15,9 +14,5 @@ type NacosConf struct {
NamespaceId string `json:",optional"`
Group string `json:",optional"`
RegisterIP string `json:",optional"`
}
type ResponseConf struct {
IsDebug bool `json:",default=true"`
EncryptKey string `json:",optional"`
ConfigID string `json:",optional"`
}