Removed unused cors config
This commit is contained in:
parent
e7041b2ccd
commit
be62a5330b
@ -8,7 +8,6 @@ Configuration
|
|||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
SECRET_KEY = os.environ.get("SECRET_KEY", os.urandom(12))
|
SECRET_KEY = os.environ.get("SECRET_KEY", os.urandom(12))
|
||||||
CORS_ORIGINS = os.environ.get("ALLOWED_ORIGINS", "*")
|
|
||||||
|
|
||||||
SENTRY_DSN = os.environ.get("SENTRY_DSN")
|
SENTRY_DSN = os.environ.get("SENTRY_DSN")
|
||||||
RELEASE_ID = os.environ.get("RELEASE_ID", "test")
|
RELEASE_ID = os.environ.get("RELEASE_ID", "test")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user