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:
361 bytes
|
Line | |
---|
1 | github.client.id=${GITHUB_CLIENT_ID}
|
---|
2 | github.client.secret=${GITHUB_CLIENT_SECRET}
|
---|
3 | github.redirect.uri=https://imaps.mk/api/oauth/callback/github
|
---|
4 | google.redirect.uri=https://imaps.mk/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://${DB_IP}:${DB_PORT}/imaps_prod |
---|
Note:
See
TracBrowser
for help on using the repository browser.