8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
|
|
"use strict";
|
||
|
|
|
||
|
|
// Global settings object
|
||
|
|
const AppSettings = {
|
||
|
|
// serverWsUri: "ws://localhost:32715",
|
||
|
|
serverWsUri: "wss://chat.glitch-in.space:443/ws/",
|
||
|
|
};
|