Added webapp Dashboard + logic to interact with server.
[src/xds/xds-agent.git] / .vscode / launch.json
index ed892d6..d4a4e1e 100644 (file)
@@ -15,8 +15,8 @@
                 "DEBUG_MODE": "1",
                 "ROOT_DIR": "${workspaceRoot}/../../../.."
             },
-            "args": ["-log", "debug", "-c", "config.json.in"],
+            "args": ["-log", "debug", "-c", "__agent-config_local_dev.json"],
             "showLog": false
         }
     ]
-}
\ No newline at end of file
+}