summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1f191c1..e2f7b7b 100644
--- a/index.html
+++ b/index.html
@@ -21,8 +21,8 @@
<script src="roomname_generator.js"></script>
<script src="jitsi_url_generator.js"></script>
<script>
- const DEFAULT_DOMAIN = "meet.jit.si";
- const DEFAULT_BACKGROUND = "#336699";
+ const DEFAULT_DOMAIN = "conf.toni.immo";
+ const DEFAULT_BACKGROUND = "#0b72b5";
const DEFAULT_ROOM_NAME = randomRoomName();
$(document).ready(function () {