Merge remote-tracking branch 'origin/master'

This commit is contained in:
Mawoka
2022-04-09 09:31:51 +02:00
3 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
name: Feature request creation disabled
name: Feature request
about: Make a clear demand for improve ClassQuiz 💪
---
@@ -0,0 +1,15 @@
---
name: Project refactoring
about: All issues concerning CI/CD, improvements of documentation, development setup etc. 🔧
---
**Describe the change and why it is needed**
A clear and concise description of the improvement you're asking for.
**Additional context**
Add any other context about the problem here.
Thanks for contributing to ClassQuiz!
-1
View File
@@ -19,7 +19,6 @@ class Settings(BaseSettings):
mail_server: str
mail_port: int
secret_key: str
imgur_client_id: str = "27aa1687703ddb9"
access_token_expire_minutes: int = 30
cache_expiry: int = 86400
sentry_dsn: str | None = "https://4981de1f72f24fd7b5e21b8913b93a02@o661934.ingest.sentry.io/6254641"