Translate German/Dutch "geheim" to "secret" (#1139)
This commit is contained in:
parent
836c8afe72
commit
eda1b497c4
1 changed files with 3 additions and 3 deletions
|
@ -33,10 +33,10 @@ This is what one might look like:
|
||||||
"disable-trust-manager": false,
|
"disable-trust-manager": false,
|
||||||
"allow-any-hostname" : false,
|
"allow-any-hostname" : false,
|
||||||
"truststore" : "path/to/truststore.jks",
|
"truststore" : "path/to/truststore.jks",
|
||||||
"truststore-password" : "geheim",
|
"truststore-password" : "secret",
|
||||||
"client-keystore" : "path/to/client-keystore.jks",
|
"client-keystore" : "path/to/client-keystore.jks",
|
||||||
"client-keystore-password" : "geheim",
|
"client-keystore-password" : "secret",
|
||||||
"client-key-password" : "geheim",
|
"client-key-password" : "secret",
|
||||||
"token-minimum-time-to-live" : 10,
|
"token-minimum-time-to-live" : 10,
|
||||||
"min-time-between-jwks-requests" : 10,
|
"min-time-between-jwks-requests" : 10,
|
||||||
"public-key-cache-ttl": 86400,
|
"public-key-cache-ttl": 86400,
|
||||||
|
|
Loading…
Reference in a new issue