main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
396 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | github.client.id=${GITHUB_CLIENT_ID}
|
---|
| 2 | github.client.secret=${GITHUB_CLIENT_SECRET}
|
---|
| 3 | github.redirect.uri=http://${BACKEND_IP}:${BACKEND_PORT}/api/oauth/callback/github
|
---|
| 4 | google.redirect.uri=http://${BACKEND_IP}:${BACKEND_PORT}/api/oauth/callback/google
|
---|
| 5 | google.client.id=${GOOGLE_CLIENT_ID}
|
---|
| 6 | google.client.secret=${GOOGLE_CLIENT_SECRET}
|
---|
| 7 |
|
---|
| 8 | spring.datasource.url=jdbc:postgresql://localhost:5432/imaps_prod |
---|
Note:
See
TracBrowser
for help on using the repository browser.