add asset key prefix
This commit is contained in:
4
apps/weather/src/config.py
Normal file
4
apps/weather/src/config.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
||||
APP = os.environ.get("APP", Path(__file__).parent.parent.name)
|
||||
Reference in New Issue
Block a user