source: src/main/resources/application.properties@ 5577566

Last change on this file since 5577566 was 5577566, checked in by NikolaCenevski <cenevskinikola@…>, 3 years ago

prototip part 2

  • Property mode set to 100644
File size: 682 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:5432/charitable
2spring.datasource.username=postgres
3spring.datasource.password=postgresql
4spring.thymeleaf.cache=false
5spring.jpa.hibernate.ddl-auto=update
6spring.jpa.show-sql=true
7spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
8spring.jpa.properties.hibernate.format_sql=true
9
10spring.servlet.multipart.max-file-size=50MB
11spring.servlet.multipart.max-request-size=50MB
12
13spring.mail.host=smtp.gmail.com
14spring.mail.port=587
15spring.mail.username=charitablemk@gmail.com
16spring.mail.password=charitablemk19
17spring.mail.properties.mail.smtp.auth=true
18spring.mail.properties.mail.smtp.starttls.enable=true
Note: See TracBrowser for help on using the repository browser.