Skip to content

Commit

Permalink
Add missing default values in configuration properties metadata
Browse files Browse the repository at this point in the history
Closes gh-23991
  • Loading branch information
snicoll committed Nov 2, 2020
1 parent d87c437 commit 1e9c9b9
Showing 1 changed file with 8 additions and 3 deletions.
Expand Up @@ -204,6 +204,10 @@
"name": "server.servlet.session.tracking-modes",
"description": "Session tracking modes."
},
{
"name": "server.shutdown",
"defaultValue": "immediate"
},
{
"name": "server.ssl.ciphers",
"description": "Supported SSL ciphers."
Expand Down Expand Up @@ -266,9 +270,6 @@
"name": "server.ssl.trust-store-type",
"description": "Type of the trust store."
},
{ "name": "server.shutdown",
"defaultValue:": "immediate"
},
{
"name": "server.tomcat.max-http-post-size",
"type": "org.springframework.util.unit.DataSize",
Expand Down Expand Up @@ -1250,6 +1251,10 @@
"level": "error"
}
},
{
"name": "spring.kafka.consumer.isolation-level",
"defaultValue": "read-uncommitted"
},
{
"name": "spring.kafka.consumer.ssl.keystore-location",
"type": "org.springframework.core.io.Resource",
Expand Down

0 comments on commit 1e9c9b9

Please sign in to comment.