mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-29 20:31:56 +08:00
Feat: sign http request / read running mode from config file
This commit is contained in:
@@ -16,7 +16,9 @@ var DatabaseConfig = &database{
|
||||
|
||||
// SystemConfig 系统公用配置
|
||||
var SystemConfig = &system{
|
||||
Debug: false,
|
||||
Debug: false,
|
||||
Mode: "master",
|
||||
Listen: ":5000",
|
||||
}
|
||||
|
||||
// CaptchaConfig 验证码配置
|
||||
|
||||
Reference in New Issue
Block a user