From cf0d0c7b799e67d812b83ffe2f4cc849afc1c6d5 Mon Sep 17 00:00:00 2001 From: Jared Furlow Date: Sun, 11 May 2025 10:38:44 -0500 Subject: [PATCH] Test --- garage.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garage.toml b/garage.toml index f74c292..d971b83 100644 --- a/garage.toml +++ b/garage.toml @@ -8,7 +8,7 @@ replication_factor = 1 compression_level = 4 rpc_bind_addr = "[::]:3901" -rpc_public_addr = "[::]:3901" +rpc_public_addr = "127.0.0.1:3901" #rpc_secret = "" # Set via env variable GARAGE_RPC_SECRET [s3_api]