3 lines
59 B
Python
3 lines
59 B
Python
import os
|
|
|
|
JWT_SECRET: str = os.getenv("JWT_SECRET") or ""
|
import os
|
|
|
|
JWT_SECRET: str = os.getenv("JWT_SECRET") or ""
|