Skip to content

Commit e79d94e

Browse files
author
frank
committed
fix: add host in docs
1 parent 29bb09a commit e79d94e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/avatar.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,11 @@ <h2 class="padding:5px_0px">Demo</h2>
171171
<script>
172172
var config = {
173173
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
174-
organization_Id: '5de0387b12e200ea63204d6c'
174+
organization_Id: '5de0387b12e200ea63204d6c',
175+
host: 'wss://server.cocreate.app:8088'
175176
}
176177
</script>
178+
177179

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

docs/flip-item.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,11 @@ <h2 class="padding:5px_0px">Demo</h2>
141141
<script>
142142
var config = {
143143
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
144-
organization_Id: '5de0387b12e200ea63204d6c'
144+
organization_Id: '5de0387b12e200ea63204d6c',
145+
host: 'wss://server.cocreate.app:8088'
145146
}
146147
</script>
148+
147149

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

0 commit comments

Comments
 (0)