This commit is contained in:
Zsolt Ero
2023-12-29 18:04:02 +01:00
parent 51e9261ca2
commit d988680803
7 changed files with 19 additions and 24 deletions

View File

@@ -1,12 +0,0 @@
from pathlib import Path
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'
HTTP_HOST_BIN = '/data/ofm/http_host/bin'