Update scriptz to use correct database name

This commit is contained in:
Patrick Smith
2018-08-03 11:27:06 -04:00
committed by richard-dds
parent 6937d88361
commit 793f8acb74
3 changed files with 1 additions and 7 deletions

View File

@@ -8,9 +8,6 @@ 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"

View File

@@ -6,9 +6,6 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
export FLASK_ENV=test
# Set database name
DATABASE_NAME="atat_test"
# Enable database resetting
RESET_DB="true"