shared config

This commit is contained in:
2025-07-29 11:38:41 +02:00
parent cc6beeffed
commit f59b30b9ea
6 changed files with 17 additions and 44 deletions

View File

@@ -0,0 +1,4 @@
import os
APP = os.environ["APP"]
STORAGE_DIR = os.environ.get("STORAGE_DIR", "/storage") + f"/{APP}"