commit 64834a2cfbd3984149cbda76852915750b797fb0 Author: kai Date: Fri Oct 25 15:51:00 2024 +0200 .env hinzugefügt 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