Added default cc server config
This commit is contained in:
parent
cf06186a3f
commit
641bd27b77
1 changed files with 14 additions and 0 deletions
14
src/config_cc.json
Normal file
14
src/config_cc.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue