11 lines
380 B
Bash
11 lines
380 B
Bash
# 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
|