mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-06 17:23:42 +08:00
重新整理后台管理 API,新增系统管理页面
This commit is contained in:
@@ -11,11 +11,12 @@ import (
|
||||
|
||||
func NewDefaultConfig() *types.Config {
|
||||
return &types.Config{
|
||||
Listen: "0.0.0.0:5678",
|
||||
ProxyURL: make([]string, 0),
|
||||
EnableAuth: true,
|
||||
AccessKey: "yangjian102621@gmail.com",
|
||||
ImgURL: types.ImgURL{},
|
||||
Title: "Chat-Plus AI 助手",
|
||||
ConsoleTitle: "Chat-Plus 控制台",
|
||||
Listen: "0.0.0.0:5678",
|
||||
ProxyURL: make([]string, 0),
|
||||
EnableAuth: true,
|
||||
ImgURL: types.ImgURL{},
|
||||
|
||||
Session: types.Session{
|
||||
SecretKey: RandString(64),
|
||||
|
||||
Reference in New Issue
Block a user