mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Polish
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
# ----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user