From 47410170557b567126e69544ba841f9a0881ac5c Mon Sep 17 00:00:00 2001 From: Alex Edwards Date: Tue, 26 Jan 2016 19:24:40 -0800 Subject: [PATCH] worker start command missing registration and emailer config. exported as env variables like other properties. --- contrib/standup-db.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/standup-db.sh b/contrib/standup-db.sh index aa84c284..7b436dcf 100644 --- a/contrib/standup-db.sh +++ b/contrib/standup-db.sh @@ -69,6 +69,8 @@ EOF export DEX_WORKER_DB_URL=$DEX_DB_URL export DEX_WORKER_KEY_SECRETS=$DEX_KEY_SECRET export DEX_WORKER_LOG_DEBUG=1 +export DEX_WORKER_EMAIL_CFG=static/fixtures/emailer.json.sample +export DEX_WORKER_ENABLE_REGISTRATION=true ./bin/dex-worker & echo "Waiting for worker to start..." until $(curl --output /dev/null --silent --fail http://localhost:5556/health); do