Ignore:
Timestamp:
08/29/22 22:31:57 (22 months ago)
Author:
Marko <Marko@…>
Branches:
master
Children:
dbd4834
Parents:
b68ae8d
Message:

Registration logic with confirmation token implemented

File:
1 edited

Legend:

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

    rb68ae8d rdfd5d87  
    66spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL9Dialect
    77spring.jpa.properties.hibernate.format_sql=true
     8
     9spring.mail.host=localhost
     10spring.mail.port=1025
     11spring.mail.username=hello
     12spring.mail.password=hello
     13
     14spring.mail.properties.mail.transport.protocol=smtp
     15spring.mail.properties.mail.smtp.ssl.trust="*"
     16spring.mail.properties.mail.smtp.auth=false
     17spring.mail.properties.mail.smtp.starttls.enable=false
     18spring.mail.properties.mail.smtp.connectiontimeout=5000
     19spring.mail.properties.mail.smtp.timeout=3000
     20spring.mail.properties.mail.smtp.writetimeout=5000
Note: See TracChangeset for help on using the changeset viewer.