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 7e6abea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 Expand Up @@ -234,6 +233,7 @@ def get_seaserv_envs(self):
'SEAFILE_CENTRAL_CONF_DIR': self.central_conf_dir,
'CCNET_CONF_DIR': self.ccnet_conf_dir,
'SEAFILE_CONF_DIR': self.seafile_conf_dir,
'SEAFILE_MYSQL_DB_CCNET_DB_NAME': 'ccnet',
})
return envs

Expand Down

0 comments on commit 7e6abea

Please sign in to comment.