From ea0870ff20d793722b0dfc00beca835ecb5610c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Ortu=C3=B1o?= Date: Wed, 2 Mar 2022 20:48:58 +0100 Subject: [PATCH] added BoltDB repository --- config/example.config.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/config/example.config.yaml b/config/example.config.yaml index b0a40181d..a9cc9d067 100644 --- a/config/example.config.yaml +++ b/config/example.config.yaml @@ -38,13 +38,13 @@ peppers: addresses: - localhost:6379 -cluster: - type: kv - kv: - type: etcd - etcd: - endpoints: - - http://127.0.0.1:2379 +#cluster: +# type: kv +# kv: +# type: etcd +# etcd: +# endpoints: +# - http://127.0.0.1:2379 server: port: 14369 @@ -136,4 +136,3 @@ components: listeners: - port: 5275 secret: hqcUrfHtgE73FktcXwfrP -