Merge branch 'monolith' into vue
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
[default]
|
[default]
|
||||||
PGHOST = postgreshost
|
PGHOST = postgreshost
|
||||||
|
PGDATABASE = atat_test
|
||||||
|
Submodule script/include updated: 90a453b2ac...0549297784
@@ -6,6 +6,12 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
|||||||
|
|
||||||
export FLASK_ENV=test
|
export FLASK_ENV=test
|
||||||
|
|
||||||
|
# Set database name
|
||||||
|
DATABASE_NAME="atat_test"
|
||||||
|
|
||||||
|
# Enable database resetting
|
||||||
|
RESET_DB="true"
|
||||||
|
|
||||||
# Define all relevant python files and directories for this app
|
# Define all relevant python files and directories for this app
|
||||||
PYTHON_FILES="./app.py ./atst ./config"
|
PYTHON_FILES="./app.py ./atst ./config"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user