Skip to content

Commit 75fc2e8

Browse files
author
frank
committed
fix: add host in docs
1 parent 47c460e commit 75fc2e8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/CoCreateJS-objects.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,9 +1067,11 @@ <h4><span>data</span> <span class="cocreate-badge success">object</span> <span c
10671067
<script>
10681068
var config = {
10691069
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
1070-
organization_Id: '5de0387b12e200ea63204d6c'
1070+
organization_Id: '5de0387b12e200ea63204d6c',
1071+
host: 'wss://server.cocreate.app:8088'
10711072
}
10721073
</script>
1074+
10731075

10741076
<!--CoCreateJS-->
10751077
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script>

docs/introduction.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ <h1>Getting Started</h1>
6666
<script>
6767
var config = {
6868
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
69-
organization_Id: '5de0387b12e200ea63204d6c'
69+
organization_Id: '5de0387b12e200ea63204d6c',
70+
host: 'wss://server.cocreate.app:8088'
7071
}
7172
</script>
73+
7274

7375
<!--CoCreateJS-->
7476
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script>

0 commit comments

Comments
 (0)