New parameter in config and added axios package for new plex connect command.

This commit is contained in:
2018-10-29 20:47:57 +01:00
parent 41d6bba743
commit 1b0525063f
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,9 @@
"tmdb": {
"apiKey": ""
},
"plex": {
"ip": ""
},
"raven": {
"DSN": ""
},