From 5b9d80959bdfab7fedb7a307d324811ba49b6aa5 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 8 Mar 2025 17:08:37 +0200 Subject: Keeping history of published ZBLOCKs outside IPFS --- config.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'config.sh') diff --git a/config.sh b/config.sh index c8ac722..5ab332a 100755 --- a/config.sh +++ b/config.sh @@ -31,6 +31,7 @@ export AK_CACHEDIR="$AK_WORKDIR/cache" export AK_CHUNKSDIR="$AK_WORKDIR/akfs/chunks" export AK_LEAFSDIR="$AK_WORKDIR/akfs/leafs" export AK_MAPSDIR="$AK_WORKDIR/akfs/maps" +export AK_ZLATEST_HISTORY="$AK_WORKDIR/zlatest_history" #source $AK_LIBDIR/_ak_settings #export AK_FINGERPRINT="$(_ak_settings_get gpg.fingerprint)" -- cgit v1.2.3