Translate German/Dutch "geheim" to "secret" (#1139)

This commit is contained in:
Tjeu Kayim 2021-11-10 09:12:12 +01:00 committed by GitHub
parent 836c8afe72
commit eda1b497c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,