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 ```