From b0300a197310c20aa4056b9ad1eb42eda3bc8ff1 Mon Sep 17 00:00:00 2001 From: Homada Boumedane <homada.boumedane@unige.ch> Date: Mon, 8 Jul 2019 15:19:03 +0200 Subject: [PATCH] chore(dlcm-portal): rename properties rename properties in the files of runtime configuration --- .../configurations/environment.dlcmtest.json | 16 ++++++++-------- src/assets/configurations/environment.ui.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/assets/configurations/environment.dlcmtest.json b/src/assets/configurations/environment.dlcmtest.json index 8125e029f..54dc7dcda 100644 --- a/src/assets/configurations/environment.dlcmtest.json +++ b/src/assets/configurations/environment.dlcmtest.json @@ -5,12 +5,12 @@ "INGEST_APPLICATION": "https://test.dlcm.ch/ingestion", "PREINGEST_APPLICATION": "https://test.dlcm.ch/accession", "STORAGION_APPLICATION": "https://test.dlcm.ch/storagion", - "oauthTokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token", - "oauthDummyClientSecret": "123abc", - "oauthClientId": "dlcm-test-angular", - "oauthScope": "READ", - "oauthRequireHttps": false, - "oauthLoginUrl": "https://test.dlcm.ch/authorization/oauth/authorize", - "oauthShowDebugInformation": false, - "oauthRedirectUrl": "https://test.dlcm.ch/portal/" + "tokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token", + "dummyClientSecret": "123abc", + "clientId": "dlcm-test-angular", + "scope": "READ", + "requireHttps": false, + "loginUrl": "https://test.dlcm.ch/authorization/oauth/authorize", + "showDebugInformation": false, + "redirectUrl": "https://test.dlcm.ch/portal/" } diff --git a/src/assets/configurations/environment.ui.json b/src/assets/configurations/environment.ui.json index 5639be95a..4cd4f201b 100644 --- a/src/assets/configurations/environment.ui.json +++ b/src/assets/configurations/environment.ui.json @@ -5,12 +5,12 @@ "INGEST_APPLICATION": "https://test.dlcm.ch/ingestion", "PREINGEST_APPLICATION": "https://test.dlcm.ch/accession", "STORAGION_APPLICATION": "https://test.dlcm.ch/storagion", - "oauthTokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token", - "oauthDummyClientSecret": "123abc", - "oauthClientId": "dlcm-ui-angular", - "oauthScope": "READ", - "oauthRequireHttps": false, - "oauthLoginUrl": "https://test.dlcm.ch/authorization/oauth/authorize", - "oauthShowDebugInformation": false, - "oauthRedirectUrl": "https://ui.dlcm.ch/portal/" + "tokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token", + "dummyClientSecret": "123abc", + "clientId": "dlcm-ui-angular", + "scope": "READ", + "requireHttps": false, + "loginUrl": "https://test.dlcm.ch/authorization/oauth/authorize", + "showDebugInformation": false, + "redirectUrl": "https://ui.dlcm.ch/portal/" } -- GitLab