Last change
on this file since b8dc761 was b8dc761, checked in by NikolaCenevski <cenevskinikola@…>, 3 years ago |
part 2
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
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
|
---|
[b8dc761] | 21 |
|
---|
| 22 | spring.security.oauth2.client.registration.google.client-id=365912873832-mqicpsq1fbbi8e01ghslpulgblkngk3l.apps.googleusercontent.com
|
---|
| 23 | spring.security.oauth2.client.registration.google.client-secret=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
|
---|
| 24 | spring.security.oauth2.client.registration.google.scope=profile,email
|
---|
| 25 |
|
---|
| 26 | spring.security.oauth2.client.registration.facebook.client-id=429047632308553
|
---|
| 27 | spring.security.oauth2.client.registration.facebook.client-secret=c13280b6c116663c5bdd85c5b7a986e1
|
---|
| 28 | spring.security.oauth2.client.registration.facebook.scope=public_profile,email
|
---|
Note:
See
TracBrowser
for help on using the repository browser.