Skip to content

Commit

Permalink
Merge pull request #136 from samply/chore/activate-project-manager-on…
Browse files Browse the repository at this point in the history
…-demo

chore: Activate project-manager in demo environment
  • Loading branch information
patrickskowronekdkfz authored Oct 16, 2024
2 parents 32db431 + a2c70cf commit 8c1dd83
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions packages/demo/public/options-ccp-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"wuerzburg": "Würzburg",
"mannheim": "Mannheim",
"dktk-test": "DKTK-Test",
"dktk-datashield-test": "DKTK Datashield Test",
"hamburg": "Hamburg"
},
"catalogueKeyToResponseKeyMap": [
Expand Down Expand Up @@ -70,6 +71,8 @@
"ulm": "Ulm",
"wuerzburg": "Würzburg",
"mannheim": "Mannheim",
"dktk-test": "DKTK-Test",
"dktk-datashield-test": "DKTK Datashield Test",
"hamburg": "Hamburg"
}
},
Expand Down Expand Up @@ -260,6 +263,8 @@
"backendMeasures": "DKTK_STRAT_DEF_IN_INITIAL_POPULATION",
"url": "https://backend.demo.lens.samply.de/prod/",
"sites": [
"dktk-test",
"dktk-datashield-test",
"berlin",
"berlin-test",
"dresden",
Expand All @@ -277,5 +282,72 @@
]
}
]
},
"negotiateOptions": {
"negotiateApp": "project-manager",
"newProjectUrl": "https://e260-ccp-req/project-manager/create-query-and-design-project",
"editProjectUrl": "https://e260-ccp-req/project-manager/edit-project",
"siteMapping": [
{
"site": "dktk-test",
"collection": "lens-dktk-test"
},
{
"site": "dktk-datashield-test",
"collection": "lens-dktk-datashield-test"
},
{
"site": "Berlin",
"collection": "lens-berlin"
},
{
"site": "Dresden",
"collection": "lens-dresden"
},
{
"site": "Essen",
"collection": "lens-essen"
},
{
"site": "Frankfurt",
"collection": "lens-frankfurt"
},
{
"site": "Freiburg",
"collection": "lens-freiburg"
},
{
"site": "Hannover",
"collection": "lens-hannover"
},
{
"site": "Mainz",
"collection": "lens-mainz"
},
{
"site": "München LMU",
"collection": "lens-muenchen-lmu"
},
{
"site": "München TUM",
"collection": "lens-muenchen-tum"
},
{
"site": "Ulm",
"collection": "lens-ulm"
},
{
"site": "Würzburg",
"collection": "lens-wuerzburg"
},
{
"site": "Mannheim",
"collection": "lens-mannheim"
},
{
"site": "Hamburg",
"collection": "lens-hamburg"
}
]
}
}

0 comments on commit 8c1dd83

Please sign in to comment.