Update scriptz to use correct database name

This commit is contained in:
Patrick Smith
2018-08-03 11:27:06 -04:00
parent 0864fd0666
commit 4f167ef9e4
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"