Skip to content

Commit 7d47a60

Browse files
committed
set the full callback URI so that it doesn't use http
1 parent ae0e1d7 commit 7d47a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ micronaut:
5454
jws-algorithm: HS256
5555
secret: ${ JWT_GENERATOR_SIGNATURE_SECRET:'pleaseChangeThisSecretForANewOne' }
5656
oauth2:
57-
# callback-uri: ${ OAUTH_CALLBACK_URI }
57+
callback-uri: "${WEB_ADDRESS}/oauth/callback/google"
5858
clients:
5959
google:
6060
client-id: ${ OAUTH_CLIENT_ID }

0 commit comments

Comments
 (0)