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"),
|
DBFile: util.DataPath("cloudreve.db"),
|
||||||
Port: 3306,
|
Port: 3306,
|
||||||
UnixSocket: false,
|
UnixSocket: false,
|
||||||
DatabaseURL: util.DataPath(""),
|
DatabaseURL: "",
|
||||||
SSLMode: "allow",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// SystemConfig 系统公用配置
|
// SystemConfig 系统公用配置
|
||||||
|
|
Loading…
Reference in New Issue