Modify: use INT represent Database port
This commit is contained in:
@@ -13,6 +13,7 @@ var RedisConfig = &redis{
|
||||
var DatabaseConfig = &database{
|
||||
Type: "UNSET",
|
||||
DBFile: "cloudreve.db",
|
||||
Port: 3306,
|
||||
}
|
||||
|
||||
// SystemConfig 系统公用配置
|
||||
|
||||
Reference in New Issue
Block a user