summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-06 11:31:06 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-07 20:40:50 +0000
commit005e0eb072418456055783491f907fc08cb42fd7 (patch)
treeeca12060c85f48f72758ec03ac2e0c0dc6543219 /lib
parent4d76c5679e664c307036dd495ff79679079d9f71 (diff)
Update/fix rpm and deb packaging
Change-Id: I132dc3085dddfedc869135ba3a967b0060afb72b Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'lib')
-rw-r--r--lib/xdsconfig/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xdsconfig/config.go b/lib/xdsconfig/config.go
index 352ba84..ef94f0a 100644
--- a/lib/xdsconfig/config.go
+++ b/lib/xdsconfig/config.go
@@ -93,7 +93,7 @@ func Init(ctx *cli.Context, log *logrus.Logger) (*Config, error) {
},
ProfileConf: ProfileConfT{
XDSBinder: XDSBinderConf{
- URL: "http://localhost:5678",
+ URL: "http://localhost:8810",
ConnRetry: 10,
},
},