services/workadventure: re-add the hacc assembly map as default map
This commit is contained in:
parent
16245e830f
commit
a7896e718f
1 changed files with 3 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue