parent
b57e66fbe5
commit
64231eaa9e
|
@ -916,6 +916,24 @@
|
|||
"level": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "spring.sendgrid.password",
|
||||
"type": "java.lang.String",
|
||||
"description": "SendGrid password.",
|
||||
"deprecation": {
|
||||
"reason": "The use of a username and password is no longer supported (Use spring.sendgrid.api-key instead).",
|
||||
"level": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "spring.sendgrid.username",
|
||||
"type": "java.lang.String",
|
||||
"description": "SendGrid username. Alternative to api key.",
|
||||
"deprecation": {
|
||||
"reason": "The use of a username and password is no longer supported (Use spring.sendgrid.api-key instead).",
|
||||
"level": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "spring.session.jdbc.initializer.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
|
|
Loading…
Reference in New Issue