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,
"ADMIN_APPLICATION": "https://test.dlcm.ch/administration",
"ACCESS_APPLICATION": "https://test.dlcm.ch/accession",
"INGEST_APPLICATION": "https://test.dlcm.ch/ingestion",
"PREINGEST_APPLICATION": "https://test.dlcm.ch/accession",
"STORAGION_APPLICATION": "https://test.dlcm.ch/storagion",
"ADMIN_APPLICATION": "https://test.dlcm.ch/administration/",
"ACCESS_APPLICATION": "https://test.dlcm.ch/accession/",
"INGEST_APPLICATION": "https://test.dlcm.ch/ingestion/",
"PREINGEST_APPLICATION": "https://test.dlcm.ch/accession/",
"STORAGION_APPLICATION": "https://test.dlcm.ch/storagion/",
"tokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token",
"dummyClientSecret": "123abc",
"clientId": "dlcm-test-angular",
......
{
"production": true,
"ADMIN_APPLICATION": "https://test.dlcm.ch/administration",
"ACCESS_APPLICATION": "https://test.dlcm.ch/accession",
"INGEST_APPLICATION": "https://test.dlcm.ch/ingestion",
"PREINGEST_APPLICATION": "https://test.dlcm.ch/accession",
"STORAGION_APPLICATION": "https://test.dlcm.ch/storagion",
"ADMIN_APPLICATION": "https://test.dlcm.ch/administration/",
"ACCESS_APPLICATION": "https://test.dlcm.ch/accession/",
"INGEST_APPLICATION": "https://test.dlcm.ch/ingestion/",
"PREINGEST_APPLICATION": "https://test.dlcm.ch/accession/",
"STORAGION_APPLICATION": "https://test.dlcm.ch/storagion/",
"tokenEndpoint": "https://test.dlcm.ch/authorization/oauth/token",
"dummyClientSecret": "123abc",
"clientId": "dlcm-ui-angular",
......
......@@ -8,11 +8,11 @@ export const environment: typeof defaultEnvironment = {
production: true,
theme: ThemeEnum.yareta,
ADMIN_APPLICATION: "https://test.dlcm.ch/administration",
ACCESS_APPLICATION: "https://test.dlcm.ch/accession",
INGEST_APPLICATION: "https://test.dlcm.ch/ingestion",
PREINGEST_APPLICATION: "https://test.dlcm.ch/accession",
STORAGION_APPLICATION: "https://test.dlcm.ch/storagion",
ADMIN_APPLICATION: "https://test.dlcm.ch/administration/",
ACCESS_APPLICATION: "https://test.dlcm.ch/accession/",
INGEST_APPLICATION: "https://test.dlcm.ch/ingestion/",
PREINGEST_APPLICATION: "https://test.dlcm.ch/accession/",
STORAGION_APPLICATION: "https://test.dlcm.ch/storagion/",
// 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