From 25c9442d089de8331e218b3ebbeac7904d6bac54 Mon Sep 17 00:00:00 2001
From: Frank Demo
- var config = {
+ var CoCreateConfig = {
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
organization_id: '5de0387b12e200ea63204d6c'
}
diff --git a/demo/index.html b/demo/index.html
index 004f3aa..3d6520c 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -13,7 +13,7 @@
- var config = {
+ var CoCreateConfig = {
apiKey: '',
organization_Id: '',
host: ''
diff --git a/demo/test.1.html b/demo/test.1.html
index 970a636..5b7d00b 100644
--- a/demo/test.1.html
+++ b/demo/test.1.html
@@ -30,7 +30,7 @@ hello how are you
- var config = {
+ var CoCreateConfig = {
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
organization_id: '5de0387b12e200ea63204d6c',
host: 'wss://ws.cocreate.app'
diff --git a/demo/test.html b/demo/test.html
index 3c408ff..c41c564 100644
--- a/demo/test.html
+++ b/demo/test.html
@@ -236,7 +236,7 @@ SPREAD THE WORD!
- var config = {
+ var CoCreateConfig = {
apiKey: '',
organization_id: '5ff747727005da1c272740ab',
host: 'server.cocreate.app'
From f2fa499d6513a481d28e6ef2067abaf85039719b Mon Sep 17 00:00:00 2001
From: semantic-release-bot