Skip to content

Commit b037d7a

Browse files
committed
Polish
1 parent 0aabe38 commit b037d7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ content into your application; rather pick only the properties that you need.
131131
spring.profiles.include= # Unconditionally activate the specified comma separated profiles (or list of profiles if using YAML).
132132
133133
# 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.
139139
140140
141141
# ----------------------------------------

0 commit comments

Comments
 (0)