Moved tautulli config settings to be fetched from our configuration (either env variable or conf/development.json.

This commit is contained in:
2019-12-22 13:36:13 +01:00
parent f8847c62f2
commit 8eacde9ccc
2 changed files with 9 additions and 1 deletions

View File

@@ -11,6 +11,11 @@
"plex": {
"ip": ""
},
"tautulli": {
"apiKey": "",
"ip": "",
"port": ""
},
"raven": {
"DSN": ""
},