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": { "tmdb": {
"apiKey": "" "apiKey": ""
}, },
"plex": {
"ip": ""
},
"raven": { "raven": {
"DSN": "" "DSN": ""
}, },

View File

@@ -14,6 +14,7 @@
"update": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/plex/updateRequestsInPlex.js" "update": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/plex/updateRequestsInPlex.js"
}, },
"dependencies": { "dependencies": {
"axios": "^0.18.0",
"bcrypt-nodejs": "^0.0.3", "bcrypt-nodejs": "^0.0.3",
"body-parser": "~1.18.2", "body-parser": "~1.18.2",
"cross-env": "~5.1.4", "cross-env": "~5.1.4",