We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ff75e commit 8a9ffc8Copy full SHA for 8a9ffc8
calendar_backend/settings.py
@@ -22,7 +22,6 @@ class Settings(UnionAuthSettings, BaseSettings):
22
REQUIRE_REVIEW_PHOTOS: bool = True
23
REQUIRE_REVIEW_LECTURER_COMMENT: bool = True
24
REQUIRE_REVIEW_EVENT_COMMENT: bool = True
25
- GOOGLE_CLIENT_SECRET: Json | None = None
26
CORS_ALLOW_ORIGINS: list[str] = ['*']
27
CORS_ALLOW_CREDENTIALS: bool = True
28
CORS_ALLOW_METHODS: list[str] = ['*']
0 commit comments