mirror of https://github.com/cloudreve/Cloudreve
Modify: change `Unix` to `UnixSocket` in config section
parent
746aa3e8ef
commit
59d50b1b98
|
@ -125,7 +125,7 @@ func Init(path string) {
|
|||
"Database": DatabaseConfig,
|
||||
"System": SystemConfig,
|
||||
"SSL": SSLConfig,
|
||||
"Unix": UnixConfig,
|
||||
"UnixSocket": UnixConfig,
|
||||
"Captcha": CaptchaConfig,
|
||||
"Redis": RedisConfig,
|
||||
"Thumbnail": ThumbConfig,
|
||||
|
|
Loading…
Reference in New Issue