Commit aac5b0e77c9f4b2a1ee06f621d67c5313e362993

Authored by Artem Halushko
1 parent 3733a1d2

utility fixes

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