This commit is contained in:
Zsolt Ero
2023-12-27 03:01:16 +01:00
parent 1015a8d54b
commit 231469a1c2
6 changed files with 35 additions and 22 deletions

View File

@@ -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'