diff --git a/config_cc.json b/config_cc.json
new file mode 100644
index 00000000..734b8633
--- /dev/null
+++ b/config_cc.json
@@ -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
+ }
+}
diff --git a/index.html b/index.html
index 6cf1f5d3..27b1e0e4 100644
--- a/index.html
+++ b/index.html
@@ -49,7 +49,7 @@