some fixes
Some checks failed
Test action / kaas (push) Failing after 1s

This commit is contained in:
Chris Kruining 2025-10-21 09:01:22 +02:00
parent f62fa502db
commit 81e1574023
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
4 changed files with 21 additions and 6 deletions

View file

@ -23,7 +23,7 @@ in
common = {
ring = {
instance_addr = "127.0.0.1";
kvstore.store = "inmmemory";
kvstore.store = "inmemory";
};
replication_factor = 1;
path_prefix = "/tmp/loki";