aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sh b/config.sh
index 672b369..b82253e 100755
--- a/config.sh
+++ b/config.sh
@@ -3,6 +3,9 @@ export ROOT=$HOME
export WORKDIR="$ROOT/.arching-kaos"
export CONFIGDIR="$WORKDIR/config"
export BINDIR="$WORKDIR/bin"
+export ZBLOCKDIR="$WORKDIR/zblocks"
+export BLOCKDIR="$WORKDIR/blocks"
+export DATADIR="$WORKDIR/data"
export ARCHIVESDIR="$WORKDIR/archives"
export GENESIS="$CONFIGDIR/genesis"
export GENESISASC="$CONFIGDIR/genesis.asc"