add management interface

This commit is contained in:
Gordon
2021-09-22 20:10:38 +08:00
parent 68eaa51ebe
commit 66c1b19696
23 changed files with 1434 additions and 507 deletions
+2 -2
View File
@@ -124,8 +124,8 @@ type config struct {
MsgToPush string `yaml:"msgToPush"`
}
}
Secret string
AppManagerUid string
Secret string
MultiLoginPolicy struct {
OnlyOneTerminalAccess bool `yaml:"onlyOneTerminalAccess"`