Merge branch 'master' of https://github.com/BogPlaymate/ClassQuiz into BogPlaymate/master

This commit is contained in:
Mawoka
2024-07-08 11:23:23 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class Settings(BaseSettings):
secret_key: str
access_token_expire_minutes: int = 30
cache_expiry: int = 86400
sentry_dsn: str | None
sentry_dsn: str = ""
meilisearch_url: str = "http://127.0.0.1:7700"
meilisearch_index: str = "classquiz"
google_client_id: str | None = None