Added initial env example
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
.git/
|
.git/
|
||||||
|
.env
|
||||||
source/
|
source/
|
||||||
tiles/
|
tiles/
|
||||||
cache/
|
cache/
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# Optional HTTPS XYZ template used for the base layer and tiles without Arma coverage.
|
||||||
|
# Leave blank to return tiles/empty.png for uncovered coordinates.
|
||||||
|
CALLBACK_PROVIDER=
|
||||||
|
|
||||||
|
# Local HTTP port and build parallelism.
|
||||||
|
HTTP_PORT=9000
|
||||||
|
GDAL2TILES_PROCESSES=1
|
||||||
|
|
||||||
|
# Optional absolute path used by Coolify for the persistent source directory.
|
||||||
|
# ARMA_TILES_SOURCE_DIR=/data/arma-tiles/source
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
# Generated raster layer and transactional build state
|
# Generated raster layer and transactional build state
|
||||||
tiles/
|
tiles/
|
||||||
cache/
|
cache/
|
||||||
|
.env
|
||||||
.tiles-staging-*/
|
.tiles-staging-*/
|
||||||
.tiles-work-*/
|
.tiles-work-*/
|
||||||
.tiles-previous/
|
.tiles-previous/
|
||||||
|
|||||||
Reference in New Issue
Block a user