Skip to content

Commit

Permalink
fix(jans-kc-link): remove default keycloak configs
Browse files Browse the repository at this point in the history
Signed-off-by: shekhar16 <[email protected]>
  • Loading branch information
shekhar16 committed Jan 17, 2025
1 parent b531cd8 commit c09ecac
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
"snapshotFolder": "%(snapshots_dir)s",
"snapshotMaxCount": 10,
"keycloakConfiguration": {
"serverUrl": "http://localhost:8180",
"realm": "master",
"clientId": "clientserviceaccount",
"clientSecret": "cbyFHt3MMU2vNluAmzXopl9SHx9CUmfC",
"grantType": "client_credentials",
"username": "admin",
"password": "keycloak"
"serverUrl": "",
"realm": "",
"clientId": "",
"clientSecret": "",
"grantType": "",
"username": "",
"password": ""
},
"baseDN": null,
"personObjectClassTypes": null,
Expand Down

0 comments on commit c09ecac

Please sign in to comment.