1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

Add check and set JWT_PRIVATE_KEY env (#6675)

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
feiniks
2024-09-03 18:44:39 +08:00
committed by GitHub
parent 697aaf3c41
commit 7a09ebd288
2 changed files with 12 additions and 1 deletions

3
scripts/parse_jwt_pk.py Normal file
View File

@@ -0,0 +1,3 @@
import seahub_settings
print(seahub_settings.JWT_PRIVATE_KEY)