Reorganize settings

This commit is contained in:
JonnyWong16 2017-02-25 11:27:59 -08:00
commit 0c95297659
3 changed files with 245 additions and 200 deletions

View file

@ -62,7 +62,7 @@ _CONFIG_DEFINITIONS = {
'PMS_UPDATE_DISTRO': (str, 'PMS', ''),
'PMS_UPDATE_DISTRO_BUILD': (str, 'PMS', ''),
'TIME_FORMAT': (str, 'General', 'HH:mm'),
'ANON_REDIRECT': (str, 'General', 'http://dereferer.org/?'),
'ANON_REDIRECT': (str, 'General', 'http://www.nullrefer.com/?'),
'API_ENABLED': (int, 'General', 0),
'API_KEY': (str, 'General', ''),
'API_SQL': (int, 'General', 0),