From 4d2cf81e2b51f04fac5bea71b0b5e0e791e809b8 Mon Sep 17 00:00:00 2001 From: Brooke <> Date: Mon, 27 Oct 2025 15:24:45 -0400 Subject: [PATCH] Minor typos, compose.fullbackup.yml not compose-fullbackup.yml --- .env.sample | 4 ++-- compose-fullbackup.yml => compose.fullbackup.yml | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename compose-fullbackup.yml => compose.fullbackup.yml (100%) diff --git a/.env.sample b/.env.sample index 2e9ac71..3527c0a 100644 --- a/.env.sample +++ b/.env.sample @@ -7,8 +7,8 @@ COMPOSE_FILE="compose.yml" SECRET_RPC_SECRET_VERSION=v1 # length=32 charset=hex - # Changing the replication factor after initial deployment is not - # supported and requires deleting the existing cluster layout metadata. +# Changing the replication factor after initial deployment is not +# supported and requires deleting the existing cluster layout metadata. REPLICATION_FACTOR=2 CONSISTENCY_MODE=consistent diff --git a/compose-fullbackup.yml b/compose.fullbackup.yml similarity index 100% rename from compose-fullbackup.yml rename to compose.fullbackup.yml