garage/.env.sample

29 lines
797 B
Plaintext

TYPE=garage
DOMAIN=garage.example.com
LETS_ENCRYPT_ENV=production
COMPOSE_FILE="compose.yml"
SECRET_RPC_SECRET_VERSION=v1
REPLICATION_FACTOR=2 # changing the replication factor is not supported and requires deleting the existing cluster layout metadata.
###############################
##### Map local directory #####
###############################
# If either meta or local is left blank (an empty string does not count it has to have no value) then it will default to the original docker volume
#COMPOSE_FILE="$COMPOSE_FILE:compose.localfs.yml"
#LOCAL_FOLDER_META
#LOCAL_FOLDER_DATA
###############################
CONSISTENCY_MODE=consistent
METADATA_FSYNC=false
DATA_FSYNC=false
DISABLE_SCRUB=false
BLOCK_SIZE=1MiB # only increase if there is a fast network connection between nodes