fix(servers): run the auth mailer inside fxa-auth-server mozilla/fxa-local-dev#85) r=vladikoff

This commit is contained in:
Phil Booth 2017-03-02 15:06:28 +00:00 коммит произвёл Vlad Filippov
Родитель d5e0e49f4c
Коммит d344bc7e7e
2 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -13,8 +13,6 @@ git clone https://github.com/mozilla/fxa-js-client.git &
git clone https://github.com/mozilla/fxa-auth-server.git &
git clone https://github.com/mozilla/fxa-auth-db-mysql.git &
git clone https://github.com/mozilla/fxa-auth-mailer.git &
git clone https://github.com/mozilla/fxa-customs-server.git &
git clone https://github.com/vladikoff/browserid-verifier.git -b http &
@ -50,8 +48,6 @@ cd fxa-profile-server; npm i; mkdir -p var/public/; cd ..
cd fxa-basket-proxy; npm i; cd ..
cd fxa-auth-mailer; npm i; cd ..
cd 123done; npm i; CONFIG_123DONE=./config-local.json node ./scripts/gen_keys.js; cd ..
cd syncserver; make build; cd ..

Просмотреть файл

@ -166,8 +166,8 @@
},
{
"name": "auth-mailer PORT 10136",
"script": "bin/server.js",
"cwd": "fxa-auth-mailer",
"script": "bin/mailer_server.js",
"cwd": "fxa-auth-server",
"env": {
"NODE_ENV": "dev"
},