Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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!
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user