From 216156880237251ddd10df9a2b82c68de7696d25 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 29 Mar 2020 00:07:01 +0100 Subject: DEBUG set to False by default. --- wait-for-postgres.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wait-for-postgres.sh') diff --git a/wait-for-postgres.sh b/wait-for-postgres.sh index e6bbd619..3f4e7067 100755 --- a/wait-for-postgres.sh +++ b/wait-for-postgres.sh @@ -13,7 +13,7 @@ do done >&2 echo "Postgres is up - executing command" -export Newspipe_CONFIG=/newspipe/instance/production.py +export Newspipe_CONFIG=/newspipe/instance/config.py poetry run ./manager.py db_create >/dev/null poetry run pybabel compile -d newspipe/translations poetry run ./runserver.py -- cgit