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 2, 2024
1 parent d892d48 commit 824e745
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions packages/demo/public/options-ccp-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,64 @@
]
}
]
},
"negotiateOptions": {
"negotiateApp": "project-manager",
"newProjectUrl": "https://TODO-DAVID/create-query-and-design-project",
"editProjectUrl": "https://TODO-DAVID/edit-project",
"siteMapping": [
{
"site": "Berlin",
"collection": "berlin-test"
},
{
"site": "Dresden",
"collection": "dresden"
},
{
"site": "Essen",
"collection": "essen"
},
{
"site": "Frankfurt",
"collection": "frankfurt"
},
{
"site": "Freiburg",
"collection": "freiburg"
},
{
"site": "Hannover",
"collection": "hannover"
},
{
"site": "Mainz",
"collection": "mainz"
},
{
"site": "München LMU",
"collection": "muenchen-lmu"
},
{
"site": "München TUM",
"collection": "muenchen-tum"
},
{
"site": "Ulm",
"collection": "ulm"
},
{
"site": "Würzburg",
"collection": "wuerzburg"
},
{
"site": "Mannheim",
"collection": "mannheim"
},
{
"site": "Hamburg",
"collection": "hamburg"
}
]
}
}

0 comments on commit 824e745

Please sign in to comment.