From 64834a2cfbd3984149cbda76852915750b797fb0 Mon Sep 17 00:00:00 2001 From: kai Date: Fri, 25 Oct 2024 15:51:00 +0200 Subject: [PATCH] =?UTF-8?q?.env=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..abb39d3 --- /dev/null +++ b/.env @@ -0,0 +1,14 @@ + +# Log level (0 = none, 1 = info, 2 = verbose) +LOG_LEVEL=1 + +# Tileset optimization +TILESET_OPTIMIZATION=false +# Tileset optimization quality (0.0 - 1.0) +TILESET_OPTIMIZATION_QUALITY_MIN=0.9 +TILESET_OPTIMIZATION_QUALITY_MAX=1.0 + +# Here you can set your upload strategy. Simply comment the option you don't want to use. +# Learn more by reading the 'Upload your map' section in the README. +# UPLOAD_MODE=MAP_STORAGE +UPLOAD_MODE=GH_PAGES \ No newline at end of file