fix: jwt_secret_key hinzufügen
This commit is contained in:
@@ -22,6 +22,9 @@ class Settings(BaseSettings):
|
||||
# Logging
|
||||
log_level: str = "INFO"
|
||||
|
||||
# JWT
|
||||
jwt_secret_key: Optional[str] = None
|
||||
|
||||
class Config:
|
||||
env_file = ".env"
|
||||
env_file_encoding = "utf-8"
|
||||
|
||||
Reference in New Issue
Block a user