From 413f5329bb8ce67362b78a257c2309f4c0abaf68 Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Mon, 30 Jul 2018 18:26:53 -0400 Subject: [PATCH] Add DB info and setup --- script/setup | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/script/setup b/script/setup index 925ced94..5cd11461 100755 --- a/script/setup +++ b/script/setup @@ -8,5 +8,11 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh # Turn on sass compiler installation INSTALL_SASS="true" +# Set database name +DATABASE_NAME="atat" + +# Enable database resetting +RESET_DB="true" + # Run the shared setup script source ./script/include/run_setup