hide cookie key and salt from config output

This commit is contained in:
Evgenii Alekseev 2023-04-06 00:31:50 +03:00
parent 2888649ced
commit c1f2d5ff4a

View File

@ -36,7 +36,9 @@ class ConfigurationPrinter(StringPrinter):
HIDE_KEYS = [
"api_key", # telegram key
"client_secret", # oauth secret
"cookie_secret_key", # cookie secret key
"password", # generic password (github, email, web server, etc)
"salt", # password default salt
"secret_key", # aws secret key
]