Showing
3 changed files
with
2 additions
and
6 deletions
ui-ngx/.vscode/settings.json
deleted
100644 → 0
@@ -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 | }; |