зеркало из https://github.com/mozilla/fxa.git
fix(servers): run the auth mailer inside fxa-auth-server mozilla/fxa-local-dev#85) r=vladikoff
This commit is contained in:
Родитель
d5e0e49f4c
Коммит
d344bc7e7e
|
@ -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"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче