6 lines
251 B
INI
6 lines
251 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 |