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:
parent
8af7166c47
commit
0d58abe690
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user