Legend:
- Unmodified
- Added
- Removed
-
petify-backend/src/main/resources/application.properties
rfa32d0f rae83647 33 33 spring.flyway.baseline-version=0 34 34 35 # Mail 36 spring.mail.host=${MAIL_HOST:smtp.gmail.com} 37 spring.mail.port=${MAIL_PORT:587} 38 spring.mail.username=${MAIL_USERNAME:} 39 spring.mail.password=${MAIL_PASSWORD:} 40 spring.mail.properties.mail.smtp.auth=true 41 spring.mail.properties.mail.smtp.starttls.enable=true 42 spring.mail.properties.mail.smtp.starttls.required=true 43 management.health.mail.enabled=false 44 35 45 spring.profiles.active=local 36 spring.config.import=optional:file:.env.properties 46 spring.config.import=optional:file:.env.properties,optional:file:petify-backend/.env.properties 37 47 38 48
Note:
See TracChangeset
for help on using the changeset viewer.
