We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354388b commit e63d03aCopy full SHA for e63d03a
js/admin.js
@@ -1,6 +1,7 @@
1
AV.init({
2
appId: AVAPPID,
3
appKey: AVAPPKEY,
4
+ serverURLs: AVAPPURL,
5
});
6
7
function admin() {
js/app.js
@@ -4,6 +4,7 @@
8
9
const Room = AV.Object.extend('Room');
10
const RoomUser = AV.Object.extend("RoomUser");
js/config.js
@@ -1,5 +1,7 @@
const AVAPPID = ""
const AVAPPKEY = ""
+const AVAPPURL = ""
+
const BASEURL = "https://neshouse.com/"
const DEFAULT_TEXT = "Please contact <a href='mailto:bestony@linux.com'>bestony@linux.com</a> to learn more."
const AGORAAPPID = ""
0 commit comments