Skip to content

Commit

Permalink
Add deployment for landing page on qa with config
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Jul 18, 2022
1 parent ce35bf6 commit f5c7660
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions helm_configs/landing-page-server/qa/environment.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export const environment = {
accessDataHref:
"https://www.psi.ch/en/photon-science-data-services/slsswissfel-data-transfer",
accessInstructions:
"To access the data associated with this DOI click below and follow the instructions",
directMongoAccess: true,
doiBaseUrl: "https://doi.org/",
facility: "psi",
lbBaseURL: "https://dacat-qa.psi.ch",
oaiProviderRoute: null,
production: true,
scicatBaseUrl: "https://discovery-qa.psi.ch",
showLogoBanner: false
};
1 change: 1 addition & 0 deletions helm_configs/landing-page-server/qa/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
host: oaipmh.qa.psi.ch

0 comments on commit f5c7660

Please sign in to comment.