instantchat/public_html/js/settings.js

11 lines
226 B
JavaScript
Raw Normal View History

2019-01-20 02:06:30 +01:00
"use strict";
/**
* Global settings object.
*/
2019-01-20 02:06:30 +01:00
const AppSettings = {
// 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/",
};