mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Removed shared Imgur client id
* Users must enter their own Imgur client id now
This commit is contained in:
parent
e1b61214b7
commit
21fcbd85d8
4 changed files with 36 additions and 3 deletions
|
@ -203,6 +203,7 @@ _CONFIG_DEFINITIONS = {
|
|||
'IFTTT_ON_EXTUP': (int, 'IFTTT', 0),
|
||||
'IFTTT_ON_INTUP': (int, 'IFTTT', 0),
|
||||
'IFTTT_ON_PMSUPDATE': (int, 'IFTTT', 0),
|
||||
'IMGUR_CLIENT_ID': (str, 'Monitoring', ''),
|
||||
'JOURNAL_MODE': (str, 'Advanced', 'wal'),
|
||||
'LAUNCH_BROWSER': (int, 'General', 1),
|
||||
'LOG_BLACKLIST': (int, 'General', 1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue