This commit is contained in:
Zsolt Ero
2024-08-29 15:53:38 +02:00
parent fc240a0edf
commit 64475f2d18
5 changed files with 59 additions and 51 deletions

View File

@@ -3,6 +3,8 @@ from pathlib import Path
class Configuration:
areas = ['planet', 'monaco']
http_host_dir = Path('/data/ofm/http_host')
http_host_bin = http_host_dir / 'bin'