diff options
Diffstat (limited to 'tool/aio.py')
-rwxr-xr-x | tool/aio.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/aio.py b/tool/aio.py index 8a07802..687ef40 100755 --- a/tool/aio.py +++ b/tool/aio.py @@ -302,9 +302,9 @@ config_var_list: list = [ "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_ACCESS_KEY_ID", + ConfigVar("CRUPEST_AUTO_BACKUP_COS_SECRET_ID", "access key id for Tencent COS, used for auto backup", "Please input your Tencent COS access key id for backup:"), - ConfigVar("CRUPEST_AUTO_BACKUP_COS_SECRET_ACCESS_KEY", + ConfigVar("CRUPEST_AUTO_BACKUP_COS_SECRET_KEY", "access key secret for Tencent COS, used for auto backup", "Please input your Tencent COS access key for backup:"), ConfigVar("CRUPEST_AUTO_BACKUP_COS_REGION", "region for Tencent COS, used for auto backup", "Please input your Tencent COS region for backup:", "ap-hongkong"), |