| client.id=client_id | |
| client.secret=client_secret | |
| client.redirect.uri=http://localhost:7071/redirect | |
| server.port=7071 | |
| korap.authorize.url=http://localhost:1080/oauth | |
| #korap.authorize.url=https://korap.ids-mannheim.de/instance/test/settings/oauth | |
| korap.token.url=http://localhost:1080/token | |
| #korap.token.url=https://korap.ids-mannheim.de/instance/test/api/v1.0/oauth2/token | |
| oauth.scope=search |