2019-01-20 02:06:30 +01:00
|
|
|
"use strict";
|
|
|
|
|
|
2019-01-20 05:01:58 +01:00
|
|
|
/**
|
|
|
|
|
* Global settings object.
|
|
|
|
|
*/
|
2019-01-20 02:06:30 +01:00
|
|
|
const AppSettings = {
|
2019-01-20 05:01:58 +01:00
|
|
|
// Alternative WebSocket URI for local testing:
|
2019-01-20 02:06:30 +01:00
|
|
|
// serverWsUri: "ws://localhost:32715",
|
|
|
|
|
serverWsUri: "wss://chat.glitch-in.space:443/ws/",
|
|
|
|
|
};
|