Skip to content

Commit

Permalink
fix: keyCloakClientId
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Feb 23, 2024
1 parent 2fe8f05 commit 2b8dea5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"entryPointURL": "https://api-dev.tugraz.at",
"keyCloakBaseURL": "https://auth-dev.tugraz.at/auth",
"keyCloakRealm": "tugraz-vpu",
"keyCloakClientId": "dbp-dual-delivery",
"keyCloakClientId": "dbp-cabinet",
"matomoUrl": "https://analytics.tugraz.at/",
"matomoSiteId": 131,
"nextcloudBaseURL": "https://cloud-dev.tugraz.at",
Expand Down
8 changes: 4 additions & 4 deletions assets_custom/dbp-cabinet/assets/app.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"entryPointURL": "https://api-dev.tugraz.at",
"keyCloakBaseURL": "https://auth-dev.tugraz.at/auth",
"keyCloakRealm": "tugraz-vpu",
"keyCloakClientId": "dbp-dual-delivery",
"keyCloakClientId": "dbp-cabinet",
"matomoUrl": "https://analytics.tugraz.at/",
"matomoSiteId": 131,
"nextcloudBaseURL": "https://cloud-dev.tugraz.at",
Expand All @@ -66,7 +66,7 @@
"entryPointURL": "https://api-dev.tugraz.at",
"keyCloakBaseURL": "https://auth-dev.tugraz.at/auth",
"keyCloakRealm": "tugraz-vpu",
"keyCloakClientId": "dbp-dual-delivery",
"keyCloakClientId": "dbp-cabinet",
"matomoUrl": "https://analytics.tugraz.at/",
"matomoSiteId": 131,
"nextcloudBaseURL": "https://cloud-dev.tugraz.at",
Expand All @@ -82,7 +82,7 @@
"entryPointURL": "https://api-demo.tugraz.at",
"keyCloakBaseURL": "https://auth-demo.tugraz.at/auth",
"keyCloakRealm": "tugraz-vpu",
"keyCloakClientId": "dbp-dual-delivery",
"keyCloakClientId": "dbp-cabinet",
"matomoUrl": "https://analytics.tugraz.at/",
"matomoSiteId": 131,
"nextcloudBaseURL": "https://cloud-demo.tugraz.at",
Expand All @@ -97,7 +97,7 @@
"entryPointURL": "https://api-demo.tugraz.at",
"keyCloakBaseURL": "https://auth-demo.tugraz.at/auth",
"keyCloakRealm": "tugraz-vpu",
"keyCloakClientId": "dbp-dual-delivery",
"keyCloakClientId": "dbp-cabinet",
"matomoUrl": "https://analytics.tugraz.at/",
"matomoSiteId": 131,
"nextcloudBaseURL": "https://cloud-demo.tugraz.at",
Expand Down

0 comments on commit 2b8dea5

Please sign in to comment.