source: sources/app/target/classes/application.properties@ bc20307

Last change on this file since bc20307 was bc20307, checked in by Tasevski2 <39170279+Tasevski2@…>, 2 years ago

Push before video

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