add dockerfile and fix trival bugs (#78)

This commit is contained in:
KevinHuSh
2024-02-28 15:01:12 +08:00
committed by GitHub
parent eb517f3106
commit 39269d2f79
14 changed files with 243 additions and 52 deletions

View File

@ -264,7 +264,7 @@ def decrypt_database_password(password):
return pwdecrypt_fun(private_key, password)
def decrypt_database_config(database=None, passwd_key="passwd", name="database"):
def decrypt_database_config(database=None, passwd_key="password", name="database"):
if not database:
database = get_base_config(name, {})