1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 02:51:00 +00:00
seahub/scripts/parse_jwt_pk.py
feiniks 7a09ebd288
Add check and set JWT_PRIVATE_KEY env (#6675)
Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2024-09-03 18:44:39 +08:00

4 lines
63 B
Python

import seahub_settings
print(seahub_settings.JWT_PRIVATE_KEY)