Merge pull request #296 from set321go/master

worker start command missing registration and emailer config.
This commit is contained in:
Eric Chiang 2016-01-26 20:46:20 -08:00
commit c7606ae320

View file

@ -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