Browse Source

Polish

pull/9585/head
Stephane Nicoll 9 years ago
parent
commit
b037d7a4cb
  1. 10
      spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

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

@ -131,11 +131,11 @@ content into your application; rather pick only the properties that you need. @@ -131,11 +131,11 @@ content into your application; rather pick only the properties that you need.
spring.profiles.include= # Unconditionally activate the specified comma separated profiles (or list of profiles if using YAML).
# SENDGRID ({sc-spring-boot-autoconfigure}/sendgrid/SendGridAutoConfiguration.{sc-ext}[SendGridAutoConfiguration])
spring.sendgrid.api-key= # SendGrid api key (alternative to username/password)
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
spring.sendgrid.api-key= # SendGrid api key (alternative to username/password).
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.
# ----------------------------------------

Loading…
Cancel
Save