services/workadventure: re-add the hacc assembly map as default map

keep-around/a7896e718f3f4dbb79d654fbaa579d108d8c0d9f
stuebinm 2022-01-07 17:29:10 +01:00
parent 16245e830f
commit a7896e718f
No known key found for this signature in database
GPG Key ID: 8FBE8AAD32FA12B7
1 changed files with 3 additions and 1 deletions

View File

@ -67,9 +67,11 @@ in
nginx = {
default = true;
domain = "https://void.hacc.space";
maps.path = "${sources.haccmap.outPath}/";
maps.serve = true;
};
frontend.startRoomUrl = "/_/global/localhost/maps/main.json";
frontend.startRoomUrl = "/_/global/void.hacc.space/maps/main.json";
commonConfig = {
webrtc.stun.url = "stun:void.hacc.space:3478";
webrtc.turn = {