diff options
| author | crupest <crupest@outlook.com> | 2022-11-29 09:35:29 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-11-29 09:35:29 +0800 | 
| commit | 44bdfe8c06c4549a43d34c446cda07a19f499cc9 (patch) | |
| tree | f162a2f6a846aa46f7f80807d4fa0bd4492d52fc | |
| parent | 73a7bfa1e488569f9457ee08183a56e9d6c620f5 (diff) | |
| download | crupest-44bdfe8c06c4549a43d34c446cda07a19f499cc9.tar.gz crupest-44bdfe8c06c4549a43d34c446cda07a19f499cc9.tar.bz2 crupest-44bdfe8c06c4549a43d34c446cda07a19f499cc9.zip | |
Remove halo related config.
| -rw-r--r-- | tool/modules/config.py | 2 | 
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", | 
