mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
work
This commit is contained in:
@@ -2,6 +2,11 @@ from pathlib import Path
|
||||
|
||||
|
||||
base = Path(__file__).parent.parent
|
||||
config_dir = base / 'config'
|
||||
scripts_dir = base / 'scripts'
|
||||
assets_dir = Path(__file__).parent / 'assets'
|
||||
|
||||
CONFIG_DIR = base / 'config'
|
||||
SCRIPTS_DIR = base / 'scripts'
|
||||
ASSETS_DIR = Path(__file__).parent / 'assets'
|
||||
|
||||
|
||||
TILE_GEN_BIN = '/data/ofm/tile_gen/bin'
|
||||
REMOTE_CONFIG = '/data/ofm/config'
|
||||
|
||||
Reference in New Issue
Block a user