Skip to content
Snippets Groups Projects
Commit fb2d8f65 authored by vahid zolfaghari's avatar vahid zolfaghari Committed by Ugo Albanese
Browse files

Merged in NRRPLT-8327-check-for-update (pull request #85)

[NRRPLT-8327] Change the IP address for checkUpdate in Frontend's config.json to the IP of v3.x production server


Approved-by: Ugo Albanese
Approved-by: Manos Angelidis
parent 17179f64
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
},
"proxy": {
"url": "http://localhost:9000/proxy",
"productionUrl": "http://148.187.97.48/proxy"
"productionUrl": "http://148.187.97.37/proxy"
},
"kg": {
"url": "https://nexus-int.humanbrainproject.org/v0/data/sp10",
......@@ -27,8 +27,8 @@
},
"versionCheck": {
"checkEnabled": true,
"releaseNotes": "http://148.187.97.48/releasenotes/",
"checkUpdate": "http://148.187.97.48/proxy/checkupdate"
"releaseNotes": "http://148.187.97.37/releasenotes/",
"checkUpdate": "http://148.187.97.37/proxy/checkupdate"
}
},
"auth": {
......
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