From 327d04e8a952fa4559d4d1205b7d3b3efd465ec0 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 23 Jul 2026 15:28:58 -0400 Subject: [PATCH] Revert "Removing garage.toml" This reverts commit 7a209eeb5e121fadbae3f8d8b6ef2dc47550c58b. --- garage.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 garage.toml diff --git a/garage.toml b/garage.toml new file mode 100644 index 0000000..6c3d0ba --- /dev/null +++ b/garage.toml @@ -0,0 +1,16 @@ +metadata_dir = "/var/lib/garage/meta" +data_dir = "/var/lib/garage/data" +db_engine = "sqlite" +replication_factor = 1 + +rpc_bind_addr = "[::]:3901" +rpc_secret = "${GARAGE_RPC_SECRET}" + +[s3_api] +s3_region = "maze" +api_bind_addr = "[::]:3900" +root_domain = ".localhost" + +[s3_web] +bind_addr = "[::]:3902" +root_domain = ".localhost"