fix(garage): Remove legacy config

This commit is contained in:
sinavir 2025-01-03 16:18:02 +01:00
parent 194c09b291
commit 1eac1ec486
No known key found for this signature in database

View file

@ -62,7 +62,9 @@ in
db_engine = "lmdb";
replication_mode = "none"; # TODO: deprecated
consistency_mode = "consistent";
replication_factor = 1;
compression_level = 7;
rpc_bind_addr = "[::]:${toString ports.rpc}";