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

chore(dlcm-portal): add configuration runtime file

add configuration runtime file for every environment
parent 0f762bea
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",
"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/"
}
{
"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",
"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://test.ui.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