mirror of https://github.com/cloudreve/Cloudreve
fix(database): remove default values for DatabaseURL and SSLMode in DatabaseConfig
parent
11c8a0fac3
commit
9edf21fafc
|
@ -105,8 +105,7 @@ var DatabaseConfig = &Database{
|
|||
DBFile: util.DataPath("cloudreve.db"),
|
||||
Port: 3306,
|
||||
UnixSocket: false,
|
||||
DatabaseURL: util.DataPath(""),
|
||||
SSLMode: "allow",
|
||||
DatabaseURL: "",
|
||||
}
|
||||
|
||||
// SystemConfig 系统公用配置
|
||||
|
|
Loading…
Reference in New Issue