fix(garage): Remove legacy config
All checks were successful
Build all the nodes / ap01 (push) Successful in 1m22s
Build all the nodes / hypervisor01 (push) Successful in 2m7s
Build all the nodes / geo02 (push) Successful in 2m12s
Build all the nodes / bridge01 (push) Successful in 2m15s
Build all the nodes / geo01 (push) Successful in 2m14s
Build all the nodes / netcore02 (push) Successful in 33s
Build all the nodes / hypervisor02 (push) Successful in 1m39s
Build all the nodes / compute01 (push) Successful in 3m11s
Build all the nodes / hypervisor03 (push) Successful in 1m40s
Build all the nodes / rescue01 (push) Successful in 2m7s
Build all the nodes / storage01 (push) Successful in 2m13s
Build all the nodes / tower01 (push) Successful in 1m58s
Build all the nodes / vault01 (push) Successful in 2m6s
Build the shell / build-shell (push) Successful in 38s
Run pre-commit on all files / pre-commit (push) Successful in 37s
Build all the nodes / web01 (push) Successful in 2m19s
Build all the nodes / web02 (push) Successful in 1m44s
Build all the nodes / web03 (push) Successful in 1m37s

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}";