mirror of https://github.com/samply/bridgehead.git
Add all sites
This commit is contained in:
parent
895cd1f67b
commit
da3715d71f
|
@ -2,16 +2,58 @@
|
||||||
{
|
{
|
||||||
"sites": [
|
"sites": [
|
||||||
{
|
{
|
||||||
"id": "$SITE_ID",
|
"id": "berlin",
|
||||||
"name": "$SITE_ID",
|
"name": "berlin",
|
||||||
"virtualhost": "opal-$SITE_ID",
|
"virtualhost": "opal-berlin",
|
||||||
"beamconnect": "datashield-connect.$SITE_ID.broker.ccp-it.dktk.dkfz.de"
|
"beamconnect": "datashield-connect.berlin.broker.ccp-it.dktk.dkfz.de"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "$SITE_ID",
|
"id": "muenchen-lmu",
|
||||||
"name": "$SITE_ID",
|
"name": "muenchen-lmu",
|
||||||
"virtualhost": "opal-$SITE_ID",
|
"virtualhost": "opal-muenchen-lmu",
|
||||||
"beamconnect": "datashield-connect.$SITE_ID.broker.ccp-it.dktk.dkfz.de"
|
"beamconnect": "datashield-connect.muenchen-lmu.broker.ccp-it.dktk.dkfz.de"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "dresden",
|
||||||
|
"name": "dresden",
|
||||||
|
"virtualhost": "opal-dresden",
|
||||||
|
"beamconnect": "datashield-connect.dresden.broker.ccp-it.dktk.dkfz.de"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "freiburg",
|
||||||
|
"name": "freiburg",
|
||||||
|
"virtualhost": "opal-freiburg",
|
||||||
|
"beamconnect": "datashield-connect.freiburg.broker.ccp-it.dktk.dkfz.de"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "muenchen-tum",
|
||||||
|
"name": "muenchen-tum",
|
||||||
|
"virtualhost": "opal-muenchen-tum",
|
||||||
|
"beamconnect": "datashield-connect.muenchen-tum.broker.ccp-it.dktk.dkfz.de"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "tuebingen",
|
||||||
|
"name": "tuebingen",
|
||||||
|
"virtualhost": "opal-tuebingen",
|
||||||
|
"beamconnect": "datashield-connect.tuebingen.broker.ccp-it.dktk.dkfz.de"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "mainz",
|
||||||
|
"name": "mainz",
|
||||||
|
"virtualhost": "opal-mainz",
|
||||||
|
"beamconnect": "datashield-connect.mainz.broker.ccp-it.dktk.dkfz.de"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "frankfurt",
|
||||||
|
"name": "frankfurt",
|
||||||
|
"virtualhost": "opal-frankfurt",
|
||||||
|
"beamconnect": "datashield-connect.frankfurt.broker.ccp-it.dktk.dkfz.de"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "essen",
|
||||||
|
"name": "essen",
|
||||||
|
"virtualhost": "opal-essen",
|
||||||
|
"beamconnect": "datashield-connect.essen.broker.ccp-it.dktk.dkfz.de"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue