Browse Source
also mask sensitive sso config options
pull/6153/head
Stefan Melmuk
4 days ago
No known key found for this signature in database
GPG Key ID: 817020C608FE9C09
1 changed files with
3 additions and
0 deletions
-
src/config.rs
|
|
@ -283,6 +283,9 @@ macro_rules! make_config { |
|
|
|
"smtp_host", |
|
|
|
"smtp_username", |
|
|
|
"_smtp_img_src", |
|
|
|
"sso_client_id", |
|
|
|
"sso_authority", |
|
|
|
"sso_callback_path", |
|
|
|
]; |
|
|
|
|
|
|
|
let cfg = { |
|
|
|