Select Git revision
config.json.local
Viktor Vorobev authored
config.json.local 2.32 KiB
{
"api": {
"_comment": "All humanbrainproject.eu are deprecated and should be replaced once the proper Ebrains services are enabled in NRP",
"user": {
"v0": "https://services.humanbrainproject.eu/oidc/v0/api",
"v1": "https://services.humanbrainproject.eu/idm/v1/api"
},
"account": {
"v1": "https://services.humanbrainproject.eu/idm/v1/api"
},
"slurmmonitor": {
"url": "https://neurorobotics-dev.humanbrainproject.eu/slurmmonitor"
},
"document": {
"v0": "https://services.humanbrainproject.eu/document/v0/api",
"v1": "https://services.humanbrainproject.eu/storage/v1/api"
},
"proxy": {
"url": "http://localhost:9000/proxy",
"productionUrl": "https://nrp-legacy.neurorobotics.ebrains.eu/proxy"
},
"kg": {
"url": "https://nexus-int.humanbrainproject.org/v0/data/sp10",
"editor-url": "https://nexus-int.humanbrainproject.org/v0/data/sp10editor"
},
"collab": {
"v0": "https://services.humanbrainproject.eu/collab/v0"
},
"versionCheck": {
"checkEnabled": true,
"releaseNotes": "https://nrp-legacy.neurorobotics.ebrains.eu/releasenotes/",
"checkUpdate": "https://nrp-legacy.neurorobotics.ebrains.eu/proxy/checkupdate"
}
},
"auth": {
"enableOIDC": false,
"clientId": "nrp_test_frontend",
"url": "/authentication/loginpage?origin=FS"
},
"collab" : {
"features": {
"identity" : {
"userApiV1" : true
}
},
"collabIds": {
"neuroroboticsCollabBaseUrl": "https://collab.humanbrainproject.eu/#/collab/570/nav/",
"pagesId": {
"upgrade": 12893,
"tutorial": 11696,
"exampleExperiments": 5098,
"createCollab": 5650,
"documentation": 12894,
"support": 5101
}
}
},
"ros-topics": {
"spikes": "/monitor/spike_recorder",
"joint": "/joint_states",
"status": "/ros_cle_simulation/status",
"cleError": "/ros_cle_simulation/cle_error",
"logs": "/ros_cle_simulation/logs"
},
"ros-services": {
"modelProperties": {
"name": "/gazebo/get_model_properties",
"type": "gazebo_msgs/GetModelProperties",
"param": "model_name"
}, "jointProperties": {
"name": "/gazebo/get_joint_properties",
"type": "gazebo_msgs/GetJointProperties",
"param": "joint_name"
}
}
}