Merge pull request #1882 from Lithimlin/patch-1

Change default front URL to "play"
This commit is contained in:
David Négrier 2022-02-16 14:43:52 +01:00 committed by GitHub
commit 9ca7703c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ DOMAIN=workadventure.localhost
# Subdomains
# MUST match the DOMAIN variable above
FRONT_HOST=front.workadventure.localhost
FRONT_HOST=play.workadventure.localhost
PUSHER_HOST=pusher.workadventure.localhost
BACK_HOST=api.workadventure.localhost
MAPS_HOST=maps.workadventure.localhost