mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add newsletter template folder config option
This commit is contained in:
parent
1f7be7a4d5
commit
bbca0b3b42
2 changed files with 2 additions and 1 deletions
|
@ -248,6 +248,7 @@ _CONFIG_DEFINITIONS = {
|
|||
'HIPCHAT_ON_CONCURRENT': (int, 'Hipchat', 0),
|
||||
'HIPCHAT_ON_NEWDEVICE': (int, 'Hipchat', 0),
|
||||
'INTERFACE': (str, 'General', 'default'),
|
||||
'INTERFACE_NEWSLETTERS': (str, 'General', 'newsletters'),
|
||||
'IP_LOGGING_ENABLE': (int, 'General', 0),
|
||||
'IFTTT_KEY': (str, 'IFTTT', ''),
|
||||
'IFTTT_EVENT': (str, 'IFTTT', 'tautulli'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue