Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnrry committed Apr 28, 2024
1 parent 7a3d056 commit a6b910f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6b910f

Please sign in to comment.