Skip to content
Snippets Groups Projects
Commit b0d8cba2 authored by Jiří Helebrant's avatar Jiří Helebrant
Browse files

Set production API urls

parent 43cdaa07
Branches
No related merge requests found
Pipeline #65694 canceled with stages
in 1 minute and 57 seconds
......@@ -2,7 +2,7 @@ netmetr = {
i18n: {}
};
baseUrl = "https://netmetr-control.labs.nic.cz/";
baseUrl = "https://control.netmetr.cz/";
baseUrl4 = "https://control-4.netmetr.cz/";
baseUrl6 = "https://control-6.netmetr.cz/";
controlUrl = baseUrl + "RMBTControlServer/";
......@@ -10,4 +10,4 @@ controlUrl4 = baseUrl4 + "RMBTControlServer/";
controlUrl6 = baseUrl6 + "RMBTControlServer/";
statisticUrl = baseUrl + "RMBTStatisticServer/";
mapServer = baseUrl + "RMBTMapServer/tiles/";
proxyUrl = "http://localhost:3000/"
proxyUrl = "https://proxy.netmetr.cz/"
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