From bdc4374ae3d6fd6fa6303dc7965cf7aeee3fc4cf Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Wed, 27 May 2015 14:51:41 +0200 Subject: [PATCH] connect address for rest api could be different from listen address --- postgres0.yml | 1 + postgres1.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/postgres0.yml b/postgres0.yml index 3f4b4761..8757538f 100644 --- a/postgres0.yml +++ b/postgres0.yml @@ -1,6 +1,7 @@ loop_wait: 10 restapi: listen: 127.0.0.1:8008 + connect_address: 127.0.0.1:8008 etcd: scope: batman ttl: 30 diff --git a/postgres1.yml b/postgres1.yml index c2d4ce29..a0afe20f 100644 --- a/postgres1.yml +++ b/postgres1.yml @@ -1,6 +1,7 @@ loop_wait: 10 restapi: listen: 127.0.0.1:8009 + connect_address: 127.0.0.1:8009 etcd: scope: batman ttl: 30