-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Includes ability to apply configuration at runtime * Apply changes on qa * Apply changes on production
- Loading branch information
1 parent
f23cbd1
commit ff8ac33
Showing
16 changed files
with
416 additions
and
754 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
{ | ||
"lbBaseURL": "https://dacat-development.psi.ch", | ||
"accessTokenPrefix": "", | ||
"archiveWorkflowEnabled": true, | ||
"retrieveDestinations": [{ | ||
"option": "PSI" | ||
}, | ||
{ | ||
"option": "CSCS" | ||
}, | ||
{ | ||
"option": "PSI-RA", | ||
"location": "/gpfs/workfs/p18/p18525/retrieve" | ||
} | ||
], | ||
"externalAuthEndpoint": null, | ||
"editMetadataEnabled": false, | ||
"editSampleEnabled": false, | ||
"editPublishedData": true, | ||
"scienceSearchEnabled": true, | ||
"facility": "PSI", | ||
"multipleDownloadEnabled": false, | ||
"shoppingCartEnabled": true, | ||
"shoppingCartOnHeader": true, | ||
"ingestManual": "http://melanie.gitpages.psi.ch/SciCatPages/", | ||
"gettingStarted": "http://melanie.gitpages.psi.ch/SciCatPages/SciCatGettingStartedSLSSummary.pdf", | ||
"jupyterHubUrl": "https://jupyterhub.apps.ocp4a.psi.ch/hub/login", | ||
"riotBaseUrl": null, | ||
"datasetReduceEnabled": false, | ||
"fileColorEnabled": false, | ||
"jsonMetadataEnabled": true, | ||
"localColumns": [{ | ||
"name": "select", | ||
"order": 0, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "datasetName", | ||
"order": 1, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "runNumber", | ||
"order": 2, | ||
"type": "custom", | ||
"enabled": false | ||
}, | ||
{ | ||
"name": "sourceFolder", | ||
"order": 3, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "size", | ||
"order": 4, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "creationTime", | ||
"order": 5, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "type", | ||
"order": 6, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "image", | ||
"order": 7, | ||
"type": "standard", | ||
"enabled": false | ||
}, | ||
{ | ||
"name": "metadata", | ||
"order": 8, | ||
"type": "standard", | ||
"enabled": false | ||
}, | ||
{ | ||
"name": "proposalId", | ||
"order": 9, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "ownerGroup", | ||
"order": 10, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "dataStatus", | ||
"order": 11, | ||
"type": "standard", | ||
"enabled": true | ||
} | ||
], | ||
"logbookEnabled": false, | ||
"metadataPreviewEnabled": false, | ||
"maxDirectDownloadSize": 5000000000, | ||
"multipleDownloadAction": null, | ||
"searchSamples": true, | ||
"sftpHost": null, | ||
"tableSciDataEnabled": false, | ||
"shareEnabled": true, | ||
"searchPublicDataEnabled": true, | ||
"landingPage": "doi2.psi.ch/detail/", | ||
"fileDownloadEnabled": false, | ||
"jobsEnabled": true, | ||
"policiesEnabled": true, | ||
"addDatasetEnabled": false, | ||
"editDatasetSampleEnabled": false, | ||
"scienceSearchUnitsEnabled": false, | ||
"metadataStructure": "tree", | ||
"loginFormEnabled": true, | ||
"oAuth2Endpoints": [{ | ||
"displayText": "PSI account", | ||
"displayImage": "../../../assets/images/keycloak_icon_256px.svg", | ||
"authURL": "auth/keycloak" | ||
}], | ||
"helpMessages": { | ||
"gettingStarted": "(PSI intranet only) gives a brief description on how to get started using the data catalog.", | ||
"ingestManual": "(PSI intranet only) provides detailed information on how to make your data available to the catalog as well as archiving and retrieval of datasets." | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
envFile: environment.development.ts | ||
|
||
envValue: development | ||
|
||
host: discovery-development.psi.ch |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.