Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
added BoltDB repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ortuman committed Mar 2, 2022
1 parent 4b985a1 commit 0e3cfef
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions config/example.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -136,4 +136,3 @@ components:
listeners:
- port: 5275
secret: hqcUrfHtgE73FktcXwfrP

0 comments on commit 0e3cfef

Please sign in to comment.