mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-08 18:59:03 +00:00
Add read JWT_PRIVATE_KEY (#690)
* Add read JWT_PRIVATE_KEY * Go add read JWT_PRIVATE_KEY * Add seahub_settings.py --------- Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
@@ -62,6 +62,8 @@ def make_build_env():
|
||||
_env_add('PKG_CONFIG_PATH', ccnet_dir)
|
||||
_env_add('LD_LIBRARY_PATH', join(PREFIX, 'lib'))
|
||||
|
||||
_env_add('JWT_PRIVATE_KEY', '@%ukmcl$k=9u-grs4azdljk(sn0kd!=mzc17xd7x8#!u$1x@kl')
|
||||
|
||||
# Prepend the seafile-server/python to PYTHONPATH so we don't need to "make
|
||||
# install" each time after editing python files.
|
||||
_env_add('PYTHONPATH', join(SeafileServer().projectdir, 'python'))
|
||||
|
Reference in New Issue
Block a user