host_manager work

This commit is contained in:
Zsolt Ero
2024-01-03 15:37:23 +01:00
parent 493625e045
commit 57b86626a5
6 changed files with 84 additions and 71 deletions

View File

@@ -0,0 +1,7 @@
from pathlib import Path
DEFAULT_RUNS_DIR = Path('/data/ofm/http_host/runs')
DEFAULT_ASSETS_DIR = Path('/data/ofm/http_host/assets')
MNT_DIR = Path('/mnt/ofm/')