set stage env as default
This commit is contained in:
Родитель
6dbe5044ca
Коммит
af23e0635b
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
export PUBLIC_URL="https://api-accounts.stage.mozaws.net/"
|
||||
EMAIL=email-limit-$(date +%s)@restmail.net
|
||||
declare -i PRELIMIT
|
||||
DELAYLIMIT=10
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
export PUBLIC_URL=https://api.accounts.firefox.com/
|
||||
export PUBLIC_URL="https://api-accounts.stage.mozaws.net/"
|
||||
export COMMAND="./ve/bin/fxa-client --password 12345678"
|
||||
$COMMAND --email user-monitor@restmail.net create
|
||||
sleep 2
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
export PUBLIC_URL="https://api-accounts.stage.mozaws.net/"
|
||||
EMAIL=login-limit-$(date +%s)@restmail.net
|
||||
declare -i PRELIMIT
|
||||
DELAYLIMIT=20
|
||||
|
|
Загрузка…
Ссылка в новой задаче