Set default xds-agent port matching the default agent setting
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 30 Aug 2017 20:17:22 +0000 (22:17 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 30 Aug 2017 20:17:35 +0000 (22:17 +0200)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
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: [],