Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Fixing test for remote url configs
Browse files Browse the repository at this point in the history
  • Loading branch information
u217269 authored and Christoph Bühlmann committed Oct 21, 2020
1 parent 4c1896b commit c09e36e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/zally-server/src/main/resources/remote-urls.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"remoteUrls": [
{
"host": "localhost",
"host": "some-secured-host-x",
"oauth2": {
"grantType": "client_credentials",
"clientId": "my-client-id",
"clientSecret": "my-client-secret",
"clientId": "host-x-client-id",
"clientSecret": "host-x-client-secret",
"accessTokenUri": "https://my-domain./auth/realms/my_realm/protocol/openid-connect/token",
"scope": "my-scope"
}
Expand Down

0 comments on commit c09e36e

Please sign in to comment.