mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Merge pull request #2 from davotronic5000/develop
pointing at new sockets server
This commit is contained in:
commit
36776583e8
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
class LiveSession {
|
class LiveSession {
|
||||||
constructor(store) {
|
constructor(store) {
|
||||||
this._wss = "wss://live.clocktower.online:8080/";
|
this._wss = "wss://townsquaremsg.clocktower.guru:8080/";
|
||||||
// this._wss = "ws://localhost:8081/"; // uncomment if using local server with NODE_ENV=development
|
// this._wss = "ws://localhost:8081/"; // uncomment if using local server with NODE_ENV=development
|
||||||
this._socket = null;
|
this._socket = null;
|
||||||
this._isSpectator = true;
|
this._isSpectator = true;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// if the app is supposed to run on Github Pages in a subfolder, use the following config:
|
// if the app is supposed to run on Github Pages in a subfolder, use the following config:
|
||||||
// publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/"
|
// publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/"
|
||||||
publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/",
|
publicPath: process.env.NODE_ENV === "production" ? "/townsquare/" : "/"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue