Last change
on this file since 2d8c0e7 was 2d8c0e7, checked in by KostaFortumanov <kfortumanov@…>, 3 years ago |
home page
|
-
Property mode
set to
100644
|
File size:
698 bytes
|
Rev | Line | |
---|
[5577566] | 1 | spring.datasource.url=jdbc:postgresql://localhost:5432/charitable
|
---|
| 2 | spring.datasource.username=postgres
|
---|
[f0d5cb7] | 3 | spring.datasource.password=postgres
|
---|
[5577566] | 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
|
---|
[2d8c0e7] | 19 |
|
---|
| 20 | server.port=9091
|
---|
Note:
See
TracBrowser
for help on using the repository browser.