Skip to content

Commit

Permalink
Add seahub_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
杨赫然 committed Sep 3, 2024
1 parent 67924f0 commit 234f942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ci/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def _env_add(*a, **kw):
_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'))
Expand Down
1 change: 0 additions & 1 deletion tests/conf/seahub_settings.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
SECRET_KEY='122h5qj(4&n2712ybr$0mn8x!#sz&(w2w*-zrxe&$!yrzbu9'
SITE_ROOT= '/seahub/'

0 comments on commit 234f942

Please sign in to comment.