mg tut c3

This commit is contained in:
2024-08-01 03:33:45 -07:00
parent fed4454a05
commit 426e917df9
12 changed files with 788 additions and 33 deletions

7
backend/config.py Normal file
View File

@@ -0,0 +1,7 @@
import os
# Remove or fallbacks for prod
class Config:
SECRET_KEY = os.environ.get('FLASK_SECRET_KEY') or 'flasksk'