add json response store manager

This commit is contained in:
NoeBerdoz
2025-04-12 13:40:51 +02:00
parent 7bf0b28188
commit 1e5f774f91
6 changed files with 50 additions and 2 deletions

View File

@ -5,4 +5,5 @@ from dotenv import load_dotenv
load_dotenv()
API_URI = str(os.getenv("API_URI") or "")
API_KEY = str(os.getenv("API_KEY") or "")
API_TEAM = str(os.getenv("API_TEAM") or "")
API_TEAM = str(os.getenv("API_TEAM") or "")
GAME_FILES_DIR = str(os.getenv("GAME_FILES_DIR") or "")