We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5db647d + b9e2d27 commit 79f49a6Copy full SHA for 79f49a6
server/src/main/resources/application.yml
@@ -54,7 +54,7 @@ micronaut:
54
jws-algorithm: HS256
55
secret: ${ JWT_GENERATOR_SIGNATURE_SECRET:'pleaseChangeThisSecretForANewOne' }
56
oauth2:
57
-# callback-uri: ${ OAUTH_CALLBACK_URI }
+ callback-uri: "${WEB_ADDRESS}/oauth/callback/google"
58
clients:
59
google:
60
client-id: ${ OAUTH_CLIENT_ID }
0 commit comments