From 0e3cfef78c59fc9fe1deb6fec2857a438dea0823 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 | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/config/example.config.yaml b/config/example.config.yaml index b0a40181d..61a585469 100644 --- a/config/example.config.yaml +++ b/config/example.config.yaml @@ -32,19 +32,19 @@ peppers: # database: jackal # max_open_conns: 16 - cache: - type: redis - redis: - addresses: - - localhost:6379 - -cluster: - type: kv - kv: - type: etcd - etcd: - endpoints: - - http://127.0.0.1:2379 +# cache: +# type: redis +# redis: +# addresses: +# - localhost:6379 + +#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 -