mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: User login
This commit is contained in:
@@ -21,7 +21,8 @@ var DatabaseConfig = &database{
|
||||
|
||||
// system 系统通用配置
|
||||
type system struct {
|
||||
Debug bool
|
||||
Debug bool
|
||||
SessionSecret string
|
||||
}
|
||||
|
||||
var SystemConfig = &system{}
|
||||
|
||||
Reference in New Issue
Block a user