Added default cc server config

This commit is contained in:
Ben Gräf 2017-10-16 21:58:13 +02:00
parent cf06186a3f
commit 641bd27b77

14
src/config_cc.json Normal file
View file

@ -0,0 +1,14 @@
{
"background": false, // true to run the miner in the background
"colors": true, // false to disable colored output
"log-file": null, // log all output to a file, example: "c:/some/path/xmrig.log"
"syslog": false, // use system log for output messages
"cc-server": {
"port": 3344, // port the CC Server will listens on
"access-token": null, // access token for CC Clients
"user": "admin", // admin user for access CC Dashboard
"pass": "pass", // admin pass for access CC Dashboard
"client-config-folder" : null, // folder which contains the client-config files
"custom-dashboard" : null // alternative dashboard html file
}
}