Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Oct 6, 2024
1 parent 5ba95e4 commit c5979aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -o pipefail

scriptdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"

export FLASK_APP=sweetrpg_library_api.application.main:create_app
export FLASK_APP=sweetrpg_catalog_api.application.main:create_app
export FLASK_ENV=development

pushd src
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-wsgi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -o pipefail

scriptdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"

export FLASK_APP=sweetrpg_library_api.application.main:create_app
export FLASK_APP=sweetrpg_catalog_api.application.main:create_app
export FLASK_ENV=production

pushd src
Expand Down

0 comments on commit c5979aa

Please sign in to comment.