Ignore:
Timestamp:
02/02/22 14:15:35 (2 years ago)
Author:
andrejTavchioski <andrej.tavchioski@…>
Branches:
master
Children:
df4089c
Parents:
9ff45d6
Message:

backend refactoring

Location:
sources/app/target/classes
Files:
15 added
11 deleted
23 edited
2 moved

Legend:

Unmodified
Added
Removed
  • sources/app/target/classes/application.properties

    r9ff45d6 r9dd526f  
    22spring.datasource.username=postgres
    33spring.datasource.password=1234
    4 spring.jpa.hibernate.ddl-auto=update
     4spring.jpa.hibernate.ddl-auto=create-drop
    55spring.jpa.show-sql=true
    66spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
    77spring.jpa.properties.hibernate.format_sql=true
    88
    9 spring.mail.host=localhost
    10 spring.mail.port=1025
    11 spring.mail.username=hello
    12 spring.mail.password=hello
     9#spring.mail.host=localhost
     10#spring.mail.port=1025
     11#spring.mail.username=hello
     12#spring.mail.password=hello
    1313
    14 spring.mail.properties.mail.transport.protocol=smtp
    15 spring.mail.properties.mail.smtp.ssl.trust="*"
    16 spring.mail.properties.mail.smtp.auth=false
    17 spring.mail.properties.mail.smtp.starttls.enable=false
    18 spring.mail.properties.mail.smtp.connectiontimeout=5000
    19 spring.mail.properties.mail.smtp.timeout=3000
    20 spring.mail.properties.mail.smtp.writetimeout=5000
     14#spring.mail.properties.mail.transport.protocol=smtp
     15#spring.mail.properties.mail.smtp.ssl.trust="*"
     16#spring.mail.properties.mail.smtp.auth=false
     17#spring.mail.properties.mail.smtp.starttls.enable=false
     18#spring.mail.properties.mail.smtp.connectiontimeout=5000
     19#spring.mail.properties.mail.smtp.timeout=3000
     20#spring.mail.properties.mail.smtp.writetimeout=5000
    2121
     22
     23spring.mail.host=smtp.gmail.com
     24spring.mail.port=587
     25spring.mail.username=etnosfreelance@gmail.com
     26spring.mail.password=gfjslyfsqkvlzoxw
     27spring.mail.properties.mail.smtp.auth=true
     28spring.mail.properties.mail.smtp.starttls.enable=true
     29
Note: See TracChangeset for help on using the changeset viewer.