aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/app/garage/config/garage.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/staging/app/garage/config/garage.toml')
-rw-r--r--cluster/staging/app/garage/config/garage.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/cluster/staging/app/garage/config/garage.toml b/cluster/staging/app/garage/config/garage.toml
index 60ab797..602a604 100644
--- a/cluster/staging/app/garage/config/garage.toml
+++ b/cluster/staging/app/garage/config/garage.toml
@@ -2,6 +2,7 @@ block_size = 1048576
metadata_dir = "/meta"
data_dir = "/data"
+db_engine = "lmdb"
replication_mode = "3"
@@ -28,4 +29,4 @@ index = "index.html"
[admin]
api_bind_addr = "0.0.0.0:3909"
admin_token = "{{ key "secrets/garage-staging/admin_token" | trimSpace }}"
-trace_sink = "http://{{ env "attr.unique.network.ip-address" }}:4317"
+#trace_sink = "http://{{ env "attr.unique.network.ip-address" }}:4317"