We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbbfff commit 5084c69Copy full SHA for 5084c69
src/main/resources/application.properties
@@ -1,6 +1,7 @@
1
# SECURITY
2
spring.security.oauth2.client.registration.google.clientId=${GOOGLE_CLIENT_ID}
3
spring.security.oauth2.client.registration.google.clientSecret=${GOOGLE_CLIENT_SECRET}
4
+spring.security.oauth2.client.registration.google.redirect-uri-template=https://api.openfuture.io/login/oauth2/code/google
5
6
# DATABASE
7
spring.datasource.driver-class-name=org.postgresql.Driver
@@ -31,5 +32,4 @@ state.base-url=${OPEN_STATE_URL}
31
32
# KEY
33
key.base-url=${OPEN_KEY_URL}
34
-server.servlet.session.timeout=180m
35
-server.use-forward-headers=true
+server.servlet.session.timeout=180m
0 commit comments