From 0d58abe6905a4aee4eb55a835c478284bdd646b0 Mon Sep 17 00:00:00 2001 From: JL Euler Date: Wed, 16 Feb 2022 10:53:50 +0100 Subject: [PATCH] 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". --- contrib/docker/.env.prod.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker/.env.prod.template b/contrib/docker/.env.prod.template index 5e9adc87..a6317078 100644 --- a/contrib/docker/.env.prod.template +++ b/contrib/docker/.env.prod.template @@ -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