1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

rm CCNET_CONF_DIR (#7670)

This commit is contained in:
欢乐马
2025-03-28 14:40:42 +08:00
committed by GitHub
parent 30036bf83f
commit f06981267d
20 changed files with 3 additions and 54 deletions

View File

@@ -335,7 +335,6 @@ class EnvManager(object):
def get_seahub_env(self):
'''Prepare for seahub syncdb'''
env = dict(os.environ)
env['CCNET_CONF_DIR'] = self.ccnet_dir
env['SEAFILE_CONF_DIR'] = self.seafile_dir
env['SEAFILE_CENTRAL_CONF_DIR'] = self.central_config_dir
env['SEAFILE_RPC_PIPE_PATH'] = self.seafile_rpc_pipe_path
@@ -345,7 +344,7 @@ class EnvManager(object):
return env
def setup_python_path(self, env):
'''And PYTHONPATH and CCNET_CONF_DIR/SEAFILE_CONF_DIR to env, which is
'''And PYTHONPATH and SEAFILE_CONF_DIR to env, which is
needed by seahub
'''