source: sources/app/src/main/resources/application.properties@ 9dd526f

Last change on this file since 9dd526f was 9dd526f, checked in by andrejTavchioski <andrej.tavchioski@…>, 2 years ago

backend refactoring

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[ce6ad22]1spring.datasource.url=jdbc:postgresql://localhost:5432/parkupdb
2spring.datasource.username=postgres
[97fbc67]3spring.datasource.password=1234
[9ff45d6]4spring.jpa.hibernate.ddl-auto=update
[ce6ad22]5spring.jpa.show-sql=true
6spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
7spring.jpa.properties.hibernate.format_sql=true
8
[9dd526f]9#spring.mail.host=localhost
10#spring.mail.port=1025
11#spring.mail.username=hello
12#spring.mail.password=hello
[ce6ad22]13
[9dd526f]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
21
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
[ce6ad22]29
Note: See TracBrowser for help on using the repository browser.