Modify: change `Unix` to `UnixSocket` in config section

pull/640/head
HFO4 2020-10-26 15:42:18 +08:00
parent 746aa3e8ef
commit 59d50b1b98
1 changed files with 10 additions and 10 deletions

View File

@ -125,7 +125,7 @@ func Init(path string) {
"Database": DatabaseConfig,
"System": SystemConfig,
"SSL": SSLConfig,
"Unix": UnixConfig,
"UnixSocket": UnixConfig,
"Captcha": CaptchaConfig,
"Redis": RedisConfig,
"Thumbnail": ThumbConfig,