source: imaps-backend/backendRender/src/main/resources/application-dev.properties

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 396 bytes
RevLine 
[79a0317]1github.client.id=${GITHUB_CLIENT_ID}
2github.client.secret=${GITHUB_CLIENT_SECRET}
3github.redirect.uri=http://${BACKEND_IP}:${BACKEND_PORT}/api/oauth/callback/github
4google.redirect.uri=http://${BACKEND_IP}:${BACKEND_PORT}/api/oauth/callback/google
5google.client.id=${GOOGLE_CLIENT_ID}
6google.client.secret=${GOOGLE_CLIENT_SECRET}
7
8spring.datasource.url=jdbc:postgresql://localhost:5432/imaps_prod
Note: See TracBrowser for help on using the repository browser.