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