From b119ab8e99dffe53ee970579b172ffcba2ca5d6e Mon Sep 17 00:00:00 2001 From: alexandre artus Date: Tue, 2 Jul 2024 15:23:42 +0200 Subject: [PATCH] change default upload mode --- .env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 33ea0679..476d27a1 100644 --- a/.env +++ b/.env @@ -10,8 +10,8 @@ TILESET_OPTIMIZATION_QUALITY_MAX=1.0 # You can set your upload mode to MAP_STORAGE or GH_PAGES # By default it will be MAP_STORAGE, if not set but you can change it to GH_PAGES to upload your map on Github Pages. If you are self hosting your map, you can remove it. -# You can check the documentation for more informations and tutorials on how to upload your map : https://docs.workadventu.re/map-building/tiled-editor/ +# You can check the documentation for more information and tutorials on how to upload your map : https://docs.workadventu.re/map-building/tiled-editor/ # If you have any questions, feel free to ask on WorkAdventure : https://play.staging.workadventu.re/@/tcm/workadventure/wa-village -# UPLOAD_MODE=MAP_STORAGE -UPLOAD_MODE=GH_PAGES +UPLOAD_MODE=MAP_STORAGE +# UPLOAD_MODE=GH_PAGES