python-test/Module 5/core/settings.py

3 lines
59 B
Python

import os
JWT_SECRET: str = os.getenv("JWT_SECRET") or ""