feat: 增加系统管理员

This commit is contained in:
chenzifan
2024-03-12 18:06:49 +08:00
parent 71f7a1b166
commit 9bf1576fb4
5 changed files with 62 additions and 43 deletions

View File

@@ -16,7 +16,6 @@ func NewDefaultConfig() *types.AppConfig {
return &types.AppConfig{
Listen: "0.0.0.0:5678",
ProxyURL: "",
Manager: types.Manager{Username: "admin", Password: "admin123"},
StaticDir: "./static",
StaticUrl: "http://localhost/5678/static",
Redis: types.RedisConfig{Host: "localhost", Port: 6379, Password: ""},