Ignore:
Timestamp:
06/26/26 16:32:12 (45 hours ago)
Author:
veronika-ils <ilioskaveronika@…>
Branches:
master
Parents:
fa32d0f
Message:

add functionality so that users can change passwords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • petify-backend/src/main/resources/application.properties

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