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

refactor(dlcm-portal): add url separator

add url separator for application base url
parent 1668bf2d
No related branches found
No related tags found
No related merge requests found
{ {
"production": true, "production": true,
"ADMIN_APPLICATION": "https://test.dlcm.ch/administration", "ADMIN_APPLICATION": "https://test.dlcm.ch/administration/",
"ACCESS_APPLICATION": "https://test.dlcm.ch/accession", "ACCESS_APPLICATION": "https://test.dlcm.ch/accession/",
"INGEST_APPLICATION": "https://test.dlcm.ch/ingestion", "INGEST_APPLICATION": "https://test.dlcm.ch/ingestion/",
"PREINGEST_APPLICATION": "https://test.dlcm.ch/accession", "PREINGEST_APPLICATION": "https://test.dlcm.ch/accession/",
"STORAGION_APPLICATION": "https://test.dlcm.ch/storagion", "STORAGION_APPLICATION": "https://test.dlcm.ch/storagion/",
"tokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token", "tokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token",
"dummyClientSecret": "123abc", "dummyClientSecret": "123abc",
"clientId": "dlcm-test-angular", "clientId": "dlcm-test-angular",
......
{ {
"production": true, "production": true,
"ADMIN_APPLICATION": "https://test.dlcm.ch/administration", "ADMIN_APPLICATION": "https://test.dlcm.ch/administration/",
"ACCESS_APPLICATION": "https://test.dlcm.ch/accession", "ACCESS_APPLICATION": "https://test.dlcm.ch/accession/",
"INGEST_APPLICATION": "https://test.dlcm.ch/ingestion", "INGEST_APPLICATION": "https://test.dlcm.ch/ingestion/",
"PREINGEST_APPLICATION": "https://test.dlcm.ch/accession", "PREINGEST_APPLICATION": "https://test.dlcm.ch/accession/",
"STORAGION_APPLICATION": "https://test.dlcm.ch/storagion", "STORAGION_APPLICATION": "https://test.dlcm.ch/storagion/",
"tokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token", "tokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token",
"dummyClientSecret": "123abc", "dummyClientSecret": "123abc",
"clientId": "dlcm-ui-angular", "clientId": "dlcm-ui-angular",
......
...@@ -8,11 +8,11 @@ export const environment: typeof defaultEnvironment = { ...@@ -8,11 +8,11 @@ export const environment: typeof defaultEnvironment = {
production: true, production: true,
theme: ThemeEnum.yareta, theme: ThemeEnum.yareta,
ADMIN_APPLICATION: "https://test.dlcm.ch/administration", ADMIN_APPLICATION: "https://test.dlcm.ch/administration/",
ACCESS_APPLICATION: "https://test.dlcm.ch/accession", ACCESS_APPLICATION: "https://test.dlcm.ch/accession/",
INGEST_APPLICATION: "https://test.dlcm.ch/ingestion", INGEST_APPLICATION: "https://test.dlcm.ch/ingestion/",
PREINGEST_APPLICATION: "https://test.dlcm.ch/accession", PREINGEST_APPLICATION: "https://test.dlcm.ch/accession/",
STORAGION_APPLICATION: "https://test.dlcm.ch/storagion", STORAGION_APPLICATION: "https://test.dlcm.ch/storagion/",
// OAuth2 properties // OAuth2 properties
......
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