FOR LOCAL TESTING - WARNING

This commit is contained in:
NoeBerdoz
2025-04-13 10:03:25 +02:00
parent 021ee154c0
commit 692890e6a3
2 changed files with 19 additions and 14 deletions

View File

@ -6,4 +6,5 @@ load_dotenv()
API_URI = str(os.getenv("API_URI") or "") API_URI = str(os.getenv("API_URI") or "")
API_KEY = str(os.getenv("API_KEY") 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 "") GAME_FILES_DIR = str(os.getenv("GAME_FILES_DIR") or "")
MISTRAL_API_KEY = str(os.getenv("MISTRAL_API_KEY") or "")

File diff suppressed because one or more lines are too long