From a6b910f9c596ed0ef8d622fb69de88bcaba78d85 Mon Sep 17 00:00:00 2001 From: jinnrry Date: Sun, 28 Apr 2024 10:13:24 +0800 Subject: [PATCH] bug fix --- server/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/config.go b/server/config/config.go index fca85a7..3c92f51 100644 --- a/server/config/config.go +++ b/server/config/config.go @@ -51,7 +51,7 @@ const SSLTypeUser = "1" //用户上传证书 var DBTypes []string = []string{DBTypeMySQL, DBTypeSQLite} -var Instance *Config +var Instance *Config = &Config{} func Init() { var cfgData []byte