mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 21:13:35 +00:00
committed by
Konstantin Pastbin
parent
c509263c5b
commit
31786731ca
12
tools/unix/maps/settings_default.sh
Normal file
12
tools/unix/maps/settings_default.sh
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# NOTE: edit the settings.sh file to customize/override the defaults.
|
||||||
|
|
||||||
|
# Absolutize & normalize paths.
|
||||||
|
REPO_PATH="${REPO_PATH:-$(cd "$(dirname "$0")/../../.."; pwd -P)}"
|
||||||
|
|
||||||
|
BASE_PATH="${BASE_PATH:-$REPO_PATH/../maps}"
|
||||||
|
# Temporary files
|
||||||
|
BUILD_PATH="${BUILD_PATH:-$BASE_PATH/build}"
|
||||||
|
# Other code repositories, e.g. subways, wikiparser..
|
||||||
|
CODE_PATH="${CODE_PATH:-$REPO_PATH/..}"
|
||||||
|
# Source map data and processed outputs e.g. wiki articles
|
||||||
|
DATA_PATH="${DATA_PATH:-$BASE_PATH/data}"
|
||||||
Reference in New Issue
Block a user