Added Supervision/Monitoring support
[src/xds/xds-agent.git] / lib / xdsconfig / config.go
index b7bf57b..352ba84 100644 (file)
@@ -91,6 +91,12 @@ func Init(ctx *cli.Context, log *logrus.Logger) (*Config, error) {
                        SThgConf: &SyncThingConf{
                                Home: defaultSTHomeDir,
                        },
+                       ProfileConf: ProfileConfT{
+                               XDSBinder: XDSBinderConf{
+                                       URL:       "http://localhost:5678",
+                                       ConnRetry: 10,
+                               },
+                       },
                },
                Log: log,
        }