From 6dc6d3cb14f2f5d51acbead405b5421d3b00b563 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 24 Feb 2024 05:04:29 -0500 Subject: [PATCH] Update tandoor-install.sh tweak --- install/tandoor-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/tandoor-install.sh b/install/tandoor-install.sh index 08009216..822eaa5b 100644 --- a/install/tandoor-install.sh +++ b/install/tandoor-install.sh @@ -61,8 +61,8 @@ cd /opt/tandoor/vue $STD yarn install $STD yarn build wget -q https://raw.githubusercontent.com/vabene1111/recipes/develop/.env.template -O /opt/tandoor/.env -DB_NAME=tandordb -DB_USER=tandoor +DB_NAME=djangodb +DB_USER=djangouser DB_ENCODING=utf8 DB_TIMEZONE=UTC secret_key=$(openssl rand -base64 45 | sed 's/\//\\\//g')