Added default map path

This commit is contained in:
Valdo Romao 2021-09-24 09:53:02 +01:00
parent e8ba9e9785
commit b44c219441
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -20,6 +20,7 @@ Install Docker.
Run:
```
cp .env.template .env
docker-compose up -d
```