mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Modify: use INT represent Database port
This commit is contained in:
@@ -15,7 +15,7 @@ type database struct {
|
||||
Name string
|
||||
TablePrefix string
|
||||
DBFile string
|
||||
Port string
|
||||
Port int
|
||||
}
|
||||
|
||||
// system 系统通用配置
|
||||
|
||||
Reference in New Issue
Block a user