From 00aa99b38fdf0b2cc8daf09d5f58cbfa2f6c8d45 Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Wed, 8 Jul 2015 08:53:51 +0200 Subject: [PATCH] Revert restapi port to 8009 --- postgres1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres1.yml b/postgres1.yml index 1f85542d..a2caa196 100644 --- a/postgres1.yml +++ b/postgres1.yml @@ -1,8 +1,8 @@ ttl: &ttl 30 loop_wait: &loop_wait 10 restapi: - listen: 127.0.0.1:8010 - connect_address: 127.0.0.1:8010 + listen: 127.0.0.1:8009 + connect_address: 127.0.0.1:8009 etcd: scope: batman ttl: *ttl