This commit is contained in:
@@ -7,6 +7,7 @@ Configuration
|
||||
|
||||
|
||||
class Config:
|
||||
MONGO_URI = os.environ["MONGO_URI"]
|
||||
SECRET_KEY = os.environ.get("SECRET_KEY", os.urandom(12))
|
||||
CORS_ORIGINS = os.environ.get("ALLOWED_ORIGINS", "*")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user