删除database_tools中的db_database的全局设置

This commit is contained in:
wangweiye7840 2024-04-25 17:24:31 +08:00
parent d795ce995c
commit d64b42c933
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ db_user = "tikuuser"
db_pwd = "Kjmathds_2024"
db_port = "13306"
db_host = "wwylss.synology.me"
db_database = "tiku"
def get_git_username():
command = "git config --global user.name"