Add DB info and setup
This commit is contained in:
parent
79204383ac
commit
413f5329bb
@ -8,5 +8,11 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
|||||||
# Turn on sass compiler installation
|
# Turn on sass compiler installation
|
||||||
INSTALL_SASS="true"
|
INSTALL_SASS="true"
|
||||||
|
|
||||||
|
# Set database name
|
||||||
|
DATABASE_NAME="atat"
|
||||||
|
|
||||||
|
# Enable database resetting
|
||||||
|
RESET_DB="true"
|
||||||
|
|
||||||
# Run the shared setup script
|
# Run the shared setup script
|
||||||
source ./script/include/run_setup
|
source ./script/include/run_setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user