Skip to content
Snippets Groups Projects
Commit 177e2561 authored by Viktor Vorobev's avatar Viktor Vorobev Committed by Ugo Albanese
Browse files

Merged in prod-server-url (pull request #91)

[NRRPLT-0000] Fix production server URL in config.json

Approved-by: Ugo Albanese
Approved-by: Vahid Zolfaghari
parent 18d6630f
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
},
"proxy": {
"url": "http://localhost:9000/proxy",
"productionUrl": "http://148.187.97.37/proxy"
"productionUrl": "http://148.187.149.212/proxy"
},
"kg": {
"url": "https://nexus-int.humanbrainproject.org/v0/data/sp10",
......@@ -28,8 +28,8 @@
},
"versionCheck": {
"checkEnabled": true,
"releaseNotes": "http://148.187.97.37/releasenotes/",
"checkUpdate": "http://148.187.97.37/proxy/checkupdate"
"releaseNotes": "http://148.187.149.212/releasenotes/",
"checkUpdate": "http://148.187.149.212/proxy/checkupdate"
}
},
"auth": {
......
......@@ -17,7 +17,7 @@
},
"proxy": {
"url": "http://localhost:9000/proxy",
"productionUrl": "http://148.187.97.37/proxy"
"productionUrl": "http://148.187.149.212/proxy"
},
"kg": {
"url": "https://nexus-int.humanbrainproject.org/v0/data/sp10",
......@@ -28,8 +28,8 @@
},
"versionCheck": {
"checkEnabled": true,
"releaseNotes": "http://148.187.97.37/releasenotes/",
"checkUpdate": "http://148.187.97.37/proxy/checkupdate"
"releaseNotes": "http://148.187.149.212/releasenotes/",
"checkUpdate": "http://148.187.149.212/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