aboutsummaryrefslogtreecommitdiff
path: root/tool/modules
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
commit44bdfe8c06c4549a43d34c446cda07a19f499cc9 (patch)
treef162a2f6a846aa46f7f80807d4fa0bd4492d52fc /tool/modules
parent73a7bfa1e488569f9457ee08183a56e9d6c620f5 (diff)
downloadcrupest-44bdfe8c06c4549a43d34c446cda07a19f499cc9.tar.gz
crupest-44bdfe8c06c4549a43d34c446cda07a19f499cc9.tar.bz2
crupest-44bdfe8c06c4549a43d34c446cda07a19f499cc9.zip
Remove halo related config.
Diffstat (limited to 'tool/modules')
-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",