mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-22 21:04:07 +08:00
chore: deprecated settings test data
This commit is contained in:
parent
3691ee5861
commit
6ebb36b2eb
@ -96,4 +96,7 @@ func initialSettings() {
|
||||
// single settings
|
||||
{Key: conf.Token, Value: token, Type: conf.TypeString, Group: model.SINGLE, Flag: model.PRIVATE},
|
||||
}
|
||||
if args.Dev {
|
||||
initialSettingItems = append(initialSettingItems, model.SettingItem{Key: "test_deprecated", Value: "test_value", Type: conf.TypeString, Flag: model.DEPRECATED})
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user