Skip to content

Commit

Permalink
connectionconfig update
Browse files Browse the repository at this point in the history
  • Loading branch information
Durtur committed Oct 14, 2022
1 parent 1ab4462 commit aeebab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 3 additions & 2 deletions docs/client/connectionConfig.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

var PEER_CONNECTION_CONFIG =
{
"secure": true,
"host": "dungeoneer-peer-server.herokuapp.com",
"port": 443
"host": "dungeoneer-peer-js-server.onrender.com",
"path":"/myapp"
}
7 changes: 0 additions & 7 deletions docs/client/connectionConfig.render.js

This file was deleted.

0 comments on commit aeebab7

Please sign in to comment.