npm install
npm run install:service
- installs the servicenpm run upgrade:service
- upgrades the service
manifest.json
defines two configurable variables:
QUEUE_NAME
- The name used for the job queue (defaults to:daemon
).MOUNT_PATH
- The mount path used for the installed service (defaults to/daemon
).BACKEND_URL
- The backend server path (defaults tohttp://localhost:4000
).
These variables can be changes inside ArangoDB WebView.