mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Some APIv2 cleanup
This commit is contained in:
parent
8f7dd2df6a
commit
91a5529438
3 changed files with 16 additions and 21 deletions
|
@ -32,6 +32,7 @@ _CONFIG_DEFINITIONS = {
|
|||
'TIME_FORMAT': (str, 'General', 'HH:mm'),
|
||||
'API_ENABLED': (int, 'General', 0),
|
||||
'API_KEY': (str, 'General', ''),
|
||||
'API_SQL': (int, 'General', 0),
|
||||
'BOXCAR_ENABLED': (int, 'Boxcar', 0),
|
||||
'BOXCAR_TOKEN': (str, 'Boxcar', ''),
|
||||
'BOXCAR_SOUND': (str, 'Boxcar', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue