mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
work
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -13,8 +13,6 @@ node_modules
|
|||||||
tmp
|
tmp
|
||||||
temp
|
temp
|
||||||
|
|
||||||
harden*
|
|
||||||
|
|
||||||
/.idea
|
/.idea
|
||||||
venv
|
venv
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
||||||
|
ASSETS_DIR = Path(__file__).parent / 'assets'
|
||||||
CONFIG_DIR = Path(__file__).parent.parent / 'config'
|
CONFIG_DIR = Path(__file__).parent.parent / 'config'
|
||||||
SCRIPTS_DIR = Path(__file__).parent.parent / 'scripts'
|
SCRIPTS_DIR = Path(__file__).parent.parent / 'scripts'
|
||||||
ASSETS_DIR = Path(__file__).parent / 'assets'
|
|
||||||
OFM_DIR = '/data/ofm'
|
OFM_DIR = '/data/ofm'
|
||||||
REMOTE_CONFIG = '/data/ofm/config'
|
REMOTE_CONFIG = '/data/ofm/config'
|
||||||
TILE_GEN_BIN = '/data/ofm/tile_gen/bin'
|
TILE_GEN_BIN = '/data/ofm/tile_gen/bin'
|
||||||
|
|||||||
Reference in New Issue
Block a user