source: src/main/resources/application.properties@ 2d8c0e7

Last change on this file since 2d8c0e7 was 2d8c0e7, checked in by KostaFortumanov <kfortumanov@…>, 2 years ago

home page

  • Property mode set to 100644
File size: 698 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:5432/charitable
2spring.datasource.username=postgres
3spring.datasource.password=postgres
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
19
20server.port=9091
Note: See TracBrowser for help on using the repository browser.