Added howto/notes doc and new default configs

This commit is contained in:
Ben Gräf 2017-10-20 21:18:36 +02:00
parent 4be1a6e1b2
commit 9e92a84405
3 changed files with 170 additions and 9 deletions

View file

@ -29,8 +29,8 @@
"worker-id": null // custom worker-id for API
},
"cc-client": {
"url": "localhost:3344", // url of the CC Server
"access-token": null, // access token for CC Server
"worker-id": null // custom worker-id for CC Server
"url": "localhost:3344", // url of the CC Server (ip:port)
"access-token": null, // access token for CC Server (has to be the same in config_cc.json)
"worker-id": null // custom worker-id for CC Server (otherwise hostname is used)
}
}
}