aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-29 09:35:29 +0800
committercrupest <crupest@outlook.com>2022-11-29 09:35:29 +0800
commitbdb44e75c6038394b00901f0c9359d75dbade207 (patch)
treef162a2f6a846aa46f7f80807d4fa0bd4492d52fc
parente3d4552b6c664f61374f0b54e0a2a9f3a9d67929 (diff)
downloadcrupest-bdb44e75c6038394b00901f0c9359d75dbade207.tar.gz
crupest-bdb44e75c6038394b00901f0c9359d75dbade207.tar.bz2
crupest-bdb44e75c6038394b00901f0c9359d75dbade207.zip
Remove halo related config.
-rw-r--r--tool/modules/config.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/modules/config.py b/tool/modules/config.py
index b9ad818..937a870 100644
--- a/tool/modules/config.py
+++ b/tool/modules/config.py
@@ -40,8 +40,6 @@ config_var_list: list = [
lambda: str(os.getuid())),
ConfigVar("CRUPEST_GID", "your system account gid",
lambda: str(os.getgid())),
- ConfigVar("CRUPEST_HALO_DB_PASSWORD",
- "password for halo h2 database, once used never change it", lambda: os.urandom(8).hex()),
ConfigVar("CRUPEST_IN_CHINA",
"set to true if you are in China, some network optimization will be applied", lambda: "false"),
ConfigVar("CRUPEST_AUTO_BACKUP_COS_SECRET_ID",