forked from DGNum/infrastructure
fix(garage): Remove legacy config
This commit is contained in:
parent
194c09b291
commit
1eac1ec486
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,9 @@ in
|
||||||
|
|
||||||
db_engine = "lmdb";
|
db_engine = "lmdb";
|
||||||
|
|
||||||
replication_mode = "none"; # TODO: deprecated
|
consistency_mode = "consistent";
|
||||||
|
replication_factor = 1;
|
||||||
|
|
||||||
compression_level = 7;
|
compression_level = 7;
|
||||||
|
|
||||||
rpc_bind_addr = "[::]:${toString ports.rpc}";
|
rpc_bind_addr = "[::]:${toString ports.rpc}";
|
||||||
|
|
Loading…
Add table
Reference in a new issue