Change default front URL to "play"

Previously, the URL was "front". However, this is not in line with the default URL of the dev environments, where it is "play.workadventure.localhost".
This commit is contained in:
JL Euler
2022-02-16 10:53:50 +01:00
committed by GitHub
parent 8af7166c47
commit 0d58abe690
+1 -1
View File
@@ -13,7 +13,7 @@ DOMAIN=workadventure.localhost
# Subdomains # Subdomains
# MUST match the DOMAIN variable above # MUST match the DOMAIN variable above
FRONT_HOST=front.workadventure.localhost FRONT_HOST=play.workadventure.localhost
PUSHER_HOST=pusher.workadventure.localhost PUSHER_HOST=pusher.workadventure.localhost
BACK_HOST=api.workadventure.localhost BACK_HOST=api.workadventure.localhost
MAPS_HOST=maps.workadventure.localhost MAPS_HOST=maps.workadventure.localhost