mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
8 lines
164 B
Python
8 lines
164 B
Python
from pathlib import Path
|
|
|
|
|
|
DEFAULT_RUNS_DIR = Path('/data/ofm/http_host/runs')
|
|
DEFAULT_ASSETS_DIR = Path('/data/ofm/http_host/assets')
|
|
|
|
MNT_DIR = Path('/mnt/ofm/')
|