Client: add global AppSettings object
This commit is contained in:
parent
3993ae9c44
commit
98c89f0702
3 changed files with 11 additions and 4 deletions
7
public_html/js/settings.js
Normal file
7
public_html/js/settings.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
"use strict";
|
||||
|
||||
// Global settings object
|
||||
const AppSettings = {
|
||||
// serverWsUri: "ws://localhost:32715",
|
||||
serverWsUri: "wss://chat.glitch-in.space:443/ws/",
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue