mirror of
https://github.com/skyle1995/NetworkAuth.git
synced 2026-05-25 02:24:05 +08:00
Add registration Settings
This commit is contained in:
@@ -136,7 +136,7 @@ func setDefaults(config *AppConfig) {
|
||||
config.Database.MySQL.MaxOpenConns = 100
|
||||
}
|
||||
if config.Database.SQLite.Path == "" {
|
||||
config.Database.SQLite.Path = "./recharge.db"
|
||||
config.Database.SQLite.Path = "./database.db"
|
||||
}
|
||||
|
||||
// Redis默认值
|
||||
|
||||
Reference in New Issue
Block a user