Skip to content

Commit

Permalink
chore: activate project-manager in demo environment
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed Oct 15, 2024
1 parent d892d48 commit 7e3a3d9
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions packages/demo/public/options-ccp-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
"backendMeasures": "DKTK_STRAT_DEF_IN_INITIAL_POPULATION",
"url": "https://backend.demo.lens.samply.de/prod/",
"sites": [
"dktk-test",
"berlin",
"berlin-test",
"dresden",
Expand All @@ -277,5 +278,68 @@
]
}
]
},
"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": "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 7e3a3d9

Please sign in to comment.