Skip to content

Commit

Permalink
Add ccnet db name env
Browse files Browse the repository at this point in the history
  • Loading branch information
杨赫然 committed Nov 5, 2024
1 parent 69b7940 commit f4ba84e
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 @@ -64,6 +64,8 @@ def _env_add(*a, **kw):

_env_add('JWT_PRIVATE_KEY', '@%ukmcl$k=9u-grs4azdljk(sn0kd!=mzc17xd7x8#!u$1x@kl')

_env_add('SEAFILE_MYSQL_DB_CCNET_DB_NAME', 'ccnet')

# 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 ci/serverctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def add_seafile_db_conf(self):
user = seafile
password = seafile
db_name = seafile
ccnet_db_name = ccnet
connection_charset = utf8
'''
with open(seafile_conf, 'a+') as fp:
Expand Down

0 comments on commit f4ba84e

Please sign in to comment.