|
@@ -712,7 +712,11 @@ func (this *SysRoleController) SystemConfig() {
|
|
|
}, system.BusinessConf{
|
|
|
ConfKey: "LoginUrl",
|
|
|
ConfVal: conf["LoginUrl"],
|
|
|
- })
|
|
|
+ },
|
|
|
+ system.BusinessConf{
|
|
|
+ ConfKey: "KnowledgeBaseName",
|
|
|
+ ConfVal: conf["KnowledgeBaseName"],
|
|
|
+ })
|
|
|
|
|
|
osc := system.BusinessConf{
|
|
|
ConfKey: "ObjectStorageClient",
|