mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 07:17:17 +00:00
hide cookie key and salt from config output
This commit is contained in:
parent
2888649ced
commit
c1f2d5ff4a
@ -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
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user