From 04822e9d8f82a38567328d3c813186b1bf77f16e Mon Sep 17 00:00:00 2001 From: Ulric Qin Date: Mon, 28 Sep 2020 22:55:26 +0800 Subject: [PATCH] bugfix: address.yml: give default config for rdb.addresses --- etc/address.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/address.yml b/etc/address.yml index 374b4f09..3f846132 100644 --- a/etc/address.yml +++ b/etc/address.yml @@ -1,6 +1,8 @@ --- rdb: http: 0.0.0.0:8000 + addresses: + - 127.0.0.1 ams: http: 0.0.0.0:8002