* Python packages should be installed as modules, and not use source files * Use child_process spawn to call command and return data * Consistent error rejection & resolve around spawn calls. * Updated README to remove submodule ref & added how to install pip pcks. * Resovled linting issue * Removed python-shell package * Disable stray functionality, unused & has dep to python-shell * Uncommented/disabled python-shell dependency in strayRepository.
32 lines
408 B
JSON
32 lines
408 B
JSON
{
|
|
"database": {
|
|
"host": "./shows.db"
|
|
},
|
|
"redis": {
|
|
"host": "localhost",
|
|
"port": 6379
|
|
},
|
|
"webserver": {
|
|
"port": 31459,
|
|
"origins": []
|
|
},
|
|
"tmdb": {
|
|
"apiKey": ""
|
|
},
|
|
"plex": {
|
|
"ip": "localhost",
|
|
"token": ""
|
|
},
|
|
"tautulli": {
|
|
"apiKey": "",
|
|
"ip": "",
|
|
"port": ""
|
|
},
|
|
"raven": {
|
|
"DSN": ""
|
|
},
|
|
"authentication": {
|
|
"secret": "secret"
|
|
}
|
|
}
|