przekazanie do sekretów do env - test only

This commit is contained in:
Jakub K
2024-01-22 21:44:59 +01:00
parent 0f122f0201
commit 22728403ee
3 changed files with 22 additions and 3 deletions

View File

@@ -17,6 +17,10 @@ import os
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
REACT_CLIENT_ID = os.environ.get("REACT_CLIENT_ID")
REACT_CLIENT_SECRET = os.environ.get("LNKAYGodboIVuu4N9qECka8DaVUGd5YaKkE17fvrlXjw7fCdCTYo8uOtm39wm3Xk6PSVIhMPjhFmDGUswi3pQT4rgkvhnm8VRZyLhQYlJSqwnGMPw5AaHSxkRLh7g25A")
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/4.1/howto/deployment/checklist/