We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f7d55 commit 81e7cf0Copy full SHA for 81e7cf0
src/bcsd_api/main.py
@@ -48,8 +48,6 @@ def create_app() -> FastAPI:
48
redoc_url=None,
49
)
50
settings = get_settings()
51
- if not settings.jwt_secret:
52
- raise RuntimeError("JWT_SECRET is required in .env")
53
from . import slack_log
54
slack_log.setup(settings.slack_bot_token, settings.slack_error_channel)
55
app.add_middleware(
0 commit comments