Add auto-configuration for SendGrid's client
Closes gh-2160 Closes gh-2280
This commit is contained in:
committed by
Andy Wilkinson
parent
33a92caad6
commit
f05769dcc5
@@ -573,6 +573,12 @@ content into your application; rather pick only the properties that you need.
|
||||
shell.auth.simple.user.password=
|
||||
shell.auth.spring.roles=
|
||||
|
||||
# SENDGRID ({sc-spring-boot-autoconfigure}/sendgrid/SendGridAutoConfiguration.{sc-ext}[SendGridAutoConfiguration])
|
||||
spring.sendgrid.username= # SendGrid account username
|
||||
spring.sendgrid.password= # SendGrid account password
|
||||
spring.sendgrid.proxy.host= # SendGrid proxy host
|
||||
spring.sendgrid.proxy.port= # SendGrid proxy port
|
||||
|
||||
# GIT INFO
|
||||
spring.git.properties= # resource ref to generated git info properties file
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user