Commit aac5b0e77c9f4b2a1ee06f621d67c5313e362993

Authored by Artem Halushko
1 parent 3733a1d2

utility fixes

@@ -18,7 +18,6 @@ build/ @@ -18,7 +18,6 @@ build/
18 tmp_deb_control/ 18 tmp_deb_control/
19 tmp_rpm_control/ 19 tmp_rpm_control/
20 tmp_sh/ 20 tmp_sh/
21 -ui/  
22 .gwt/ 21 .gwt/
23 .settings/ 22 .settings/
24 /bin 23 /bin
1 -{  
2 - "git.ignoreLimitWarning": true  
3 -}  
@@ -18,7 +18,7 @@ const ruleNodeUiforwardPort = 8080; @@ -18,7 +18,7 @@ const ruleNodeUiforwardPort = 8080;
18 18
19 const PROXY_CONFIG = { 19 const PROXY_CONFIG = {
20 "/api": { 20 "/api": {
21 - "target": "http://demo.thingsboard.io", 21 + "target": "http://localhost:8080",
22 "secure": false, 22 "secure": false,
23 }, 23 },
24 "/static/rulenode": { 24 "/static/rulenode": {
@@ -26,7 +26,7 @@ const PROXY_CONFIG = { @@ -26,7 +26,7 @@ const PROXY_CONFIG = {
26 "secure": false, 26 "secure": false,
27 }, 27 },
28 "/api/ws": { 28 "/api/ws": {
29 - "target": "ws://demo.thingsboard.io", 29 + "target": "ws://localhost:8080",
30 "ws": true, 30 "ws": true,
31 }, 31 },
32 }; 32 };