diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index ccf38aea..618174ea 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -43,7 +43,7 @@ spring: client-name: google client-id: ${GOOGLE_CLIENT_ID} client-secret: ${GOOGLE_CLIENT_SECRET} - redirect-uri: ${GOOGLE_REDIRECT_URI} + redirect-uri: ${REDIRECT_URI} authorization-grant-type: authorization_code scope: - profile