add asset key prefix

This commit is contained in:
2025-07-27 18:06:47 +02:00
parent e5cb15d1ba
commit 1e9078fed5
4 changed files with 14 additions and 16 deletions

View File

@@ -0,0 +1,4 @@
import os
from pathlib import Path
APP = os.environ.get("APP", Path(__file__).parent.parent.name)