Skip to content
Snippets Groups Projects
Commit b0300a19 authored by Homada.Boumedane's avatar Homada.Boumedane
Browse files

chore(dlcm-portal): rename properties

rename properties in the files of runtime configuration
parent ffff2ec6
No related branches found
No related tags found
No related merge requests found
......@@ -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/"
}
......@@ -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/"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment