Ignore:
Timestamp:
07/26/22 23:09:04 (2 years ago)
Author:
unknown <mlviktor23@…>
Branches:
main
Children:
b7ec74e
Parents:
9506ca8
Message:

added basic a&a + acc confirmation email sender service

File:
1 edited

Legend:

Unmodified
Added
Removed
  • springapp/src/main/resources/application.properties

    r9506ca8 r6c1d611  
    22spring.datasource.username=postgres
    33spring.datasource.password=1win7337
    4 spring.jpa.hibernate.ddl-auto=none
     4spring.jpa.hibernate.ddl-auto=update
    55spring.jpa.show-sql=false
    66spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
    77spring.jpa.properties.hibernate.format_sql=true
     8server.address=192.168.0.17
     9spring.mail.host=192.168.0.24
     10spring.mail.username=mailuser
     11spring.mail.password=mailpass
     12spring.mail.port=1025
Note: See TracChangeset for help on using the changeset viewer.