This commit is contained in:
Zsolt Ero
2023-12-29 18:21:16 +01:00
parent d988680803
commit 1bc5d1ed26
2 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View File

@@ -13,8 +13,6 @@ node_modules
tmp
temp
harden*
/.idea
venv

View File

@@ -1,9 +1,10 @@
from pathlib import Path
ASSETS_DIR = Path(__file__).parent / 'assets'
CONFIG_DIR = Path(__file__).parent.parent / 'config'
SCRIPTS_DIR = Path(__file__).parent.parent / 'scripts'
ASSETS_DIR = Path(__file__).parent / 'assets'
OFM_DIR = '/data/ofm'
REMOTE_CONFIG = '/data/ofm/config'
TILE_GEN_BIN = '/data/ofm/tile_gen/bin'