Set default xds-agent port matching the default agent setting
[src/xds/xds-server.git] / webapp / src / app / services / config.service.ts
index 4501add..138e0fb 100644 (file)
@@ -117,7 +117,7 @@ export class ConfigService {
             this.confStore = {
                 xdsServerURL: this._window.location.origin + '/api/v1',
                 xdsAgent: {
-                    URL: 'http://localhost:8000',
+                    URL: 'http://localhost:8010',
                     retry: 10,
                 },
                 xdsAgentPackages: [],