Added cpu sockets to dashboard client info popup
* Removed not working background mode for *nix
This commit is contained in:
parent
36596dda59
commit
9620fe0eeb
12 changed files with 57 additions and 41 deletions
12
config_cc.json
Normal file
12
config_cc.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"background": false,
|
||||
"colors": true,
|
||||
"log-file": null,
|
||||
"syslog": false,
|
||||
"cc-server": {
|
||||
"port": 3344, // port the CC Server will listens on
|
||||
"access-token": "mySecret", // access token for CC Clients
|
||||
"user": "admin", // admin user for access CC Dashboard
|
||||
"pass": "pass" // admin pass for access CC Dashboard
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue