File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -131,11 +131,11 @@ content into your application; rather pick only the properties that you need.
131
131
spring.profiles.include= # Unconditionally activate the specified comma separated profiles (or list of profiles if using YAML).
132
132
133
133
# SENDGRID ({sc-spring-boot-autoconfigure}/sendgrid/SendGridAutoConfiguration.{sc-ext}[SendGridAutoConfiguration])
134
- spring.sendgrid.api-key= # SendGrid api key (alternative to username/password)
135
- spring.sendgrid.username= # SendGrid account username
136
- spring.sendgrid.password= # SendGrid account password
137
- spring.sendgrid.proxy.host= # SendGrid proxy host
138
- spring.sendgrid.proxy.port= # SendGrid proxy port
134
+ spring.sendgrid.api-key= # SendGrid api key (alternative to username/password).
135
+ spring.sendgrid.username= # SendGrid account username.
136
+ spring.sendgrid.password= # SendGrid account password.
137
+ spring.sendgrid.proxy.host= # SendGrid proxy host.
138
+ spring.sendgrid.proxy.port= # SendGrid proxy port.
139
139
140
140
141
141
# ----------------------------------------
You can’t perform that action at this time.
0 commit comments