Skip to content

Commit

Permalink
quickfix ...
Browse files Browse the repository at this point in the history
  • Loading branch information
nad2000 committed Sep 25, 2018
1 parent b289fd4 commit 01b0fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_tasks.sh
Expand Up @@ -6,7 +6,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export PYTHONPATH=$DIR
export FLASK_APP=orcid_hub
export LANG=en_US.UTF-8
[ -z "$DATABASE_URL" ] && DATABASE_URL="postgresql://orcidhub@db:5432/orcidhub?options='-c statement_timeout=3000'"
[ -z "$DATABASE_URL" ] && DATABASE_URL=postgresql://orcidhub@db:5432/orcidhub?options='-c statement_timeout=3000'
export DATABASE_URL


Expand Down

0 comments on commit 01b0fcd

Please sign in to comment.