Merge "Adding prodId column to Jobs table"
[portal/nonrtric-controlpanel.git] / webapp-frontend / .vscode / launch.json
index a67e931..e432bcb 100644 (file)
@@ -5,7 +5,14 @@
             "type": "chrome",
             "request": "launch",
             "name": "Launch Chrome against localhost",
-            "url": "http://localhost:9876",
+            "url": "http://localhost:4200",
+            "webRoot": "${workspaceFolder}"
+        },
+        {
+            "type": "chrome",
+            "request": "launch",
+            "name": "Launch Chrome against docker",
+            "url": "http://localhost:8080",
             "webRoot": "${workspaceFolder}"
         },
         {