mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 08:42:19 +00:00
19 lines
546 B
JSON
19 lines
546 B
JSON
|
|
{
|
|
// local installation
|
|
// "scrypted.debugHost": "192.168.2.119",
|
|
// "scrypted.serverRoot": "/home/pi/.scrypted",
|
|
|
|
// docker installation
|
|
// "scrypted.debugHost": "192.168.2.119",
|
|
// "scrypted.serverRoot": "/server",
|
|
|
|
// local checkout
|
|
"scrypted.debugHost": "127.0.0.1",
|
|
"scrypted.serverRoot": "/Volumes/Dev/scrypted/server",
|
|
|
|
"scrypted.pythonRemoteRoot": "${config:scrypted.serverRoot}/volume/plugin.zip",
|
|
"python.analysis.extraPaths": [
|
|
"./node_modules/@scrypted/sdk/scrypted_python"
|
|
]
|
|
} |