From 559cf8f20631022a0c5fd9380847e1b38b902466 Mon Sep 17 00:00:00 2001 From: silverwizard Date: Tue, 1 Oct 2024 15:49:33 -0400 Subject: [PATCH] Genericized config --- local.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.env b/local.env index 766af0f..4e64a68 100644 --- a/local.env +++ b/local.env @@ -1,4 +1,4 @@ -BASEDIR="/home/silverwizard/Generator/" +BASEDIR="~/Generator/" SRC="$BASEDIR/src" STATIC="$BASEDIR/static" TEMPLATES="$BASEDIR/templates"