Skip to content
Snippets Groups Projects
Unverified Commit 52b3478b authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #395 from HumanBrainProject/hotfix/kgRoot

Hotfix/kg root
parents f6c3b4ec 8a502fe4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ Interactive Atlas Viewer is an frontend module wrapping around [nehuba](https://
## Getting Started
A live version of the Interactive Atlas Viewer is available at [https://kg.humanbrainproject.org/viewer/](https://kg.humanbrainproject.org/viewer/). This section is useful for developers who would like to develop this project.
A live version of the Interactive Atlas Viewer is available at [https://interactive-viewer.apps.hbp.eu](https://interactive-viewer.apps.hbp.eu). This section is useful for developers who would like to develop this project.
### General information
Interactive atlas viewer is built with [Angular (v6.0)](https://angular.io/), [Bootstrap (v4)](http://getbootstrap.com/), and [fontawesome icons](https://fontawesome.com/). Some other notable packages used are: [ng2-charts](https://valor-software.com/ng2-charts/) for charts visualisation, [ngx-bootstrap](https://valor-software.com/ngx-bootstrap/) for UI and [ngrx/store](https://github.com/ngrx/platform) for state management.
......
......@@ -10,7 +10,7 @@ const { init: kgQueryUtilInit, getUserKGRequestParam } = require('./util')
let cachedData = null
let otherQueryResult = null
const KG_ROOT = process.env.KG_ROOT || `https://kg.humanbrainproject.org`
const KG_ROOT = process.env.KG_ROOT || `https://kg.humanbrainproject.eu`
const KG_PATH = process.env.KG_PATH || `/query/minds/core/dataset/v1.0.0/interactiveViewerKgQuery-v0_3`
const KG_PARAM = {
size: process.env.KG_SEARCH_SIZE || '1000',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment