Skip to content

Commit

Permalink
fix: add host in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frank committed Apr 27, 2021
1 parent 80fc0d6 commit 2562e2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,11 @@ <h2 class="padding:5px_0px">Demo</h2>
<script>
var config = {
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
organization_Id: '5de0387b12e200ea63204d6c'
organization_Id: '5de0387b12e200ea63204d6c',
host: 'wss://server.cocreate.app:8088'
}
</script>


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

0 comments on commit 2562e2b

Please sign in to comment.