From b44c219441f6fe888e636ee610db5401568784d0 Mon Sep 17 00:00:00 2001 From: Valdo Romao Date: Fri, 24 Sep 2021 09:53:02 +0100 Subject: [PATCH] Added default map path --- .env.template | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 34537b6b..50f734ce 100644 --- a/.env.template +++ b/.env.template @@ -5,7 +5,7 @@ JITSI_PRIVATE_MODE=false JITSI_ISS= SECRET_JITSI_KEY= ADMIN_API_TOKEN=123 -START_ROOM_URL=/_/global/maps.workadventure.localhost/Floor0/floor0.json +START_ROOM_URL=/_/global/maps.workadventure.localhost/starter/map.json # If your Turn server is configured to use the Turn REST API, you should put the shared auth secret here. # If you are using Coturn, this is the value of the "static-auth-secret" parameter in your coturn config file. # Keep empty if you are sharing hard coded / clear text credentials. diff --git a/README.md b/README.md index ba9e70ce..214791bf 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Install Docker. Run: ``` +cp .env.template .env docker-compose up -d ```