14 lines
961 B
JSON
14 lines
961 B
JSON
{
|
|
"background": false, // true to run the cc-server in the background (no console)
|
|
"colors": true, // false to disable colored output
|
|
"log-file": null, // log all output to a file
|
|
"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 (should be set!!!)
|
|
"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 (null=current)
|
|
"custom-dashboard" : "index.html" // dashboard html file
|
|
}
|
|
}
|