8 lines
342 B
INI
8 lines
342 B
INI
server.port=8081
|
|
google.clientId=TODO
|
|
google.clientSecret=TODO
|
|
google.accessTokenUri=https://www.googleapis.com/oauth2/v3/token
|
|
google.userAuthorizationUri=https://accounts.google.com/o/oauth2/auth
|
|
google.redirectUri=http://localhost:8081/google-login
|
|
google.issuer=accounts.google.com
|
|
google.jwkUrl=https://www.googleapis.com/oauth2/v2/certs |