add zipcall

This commit is contained in:
2020-06-04 17:25:55 +08:00
parent 100c2b10e6
commit a1def0931c
3 changed files with 56 additions and 0 deletions

11
zipcall/bootstrap.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
# configure zipcall
if ! [[ -z "${TWILIO_ACCOUNT_SID}" ]]; then
echo "TWILIO_ACCOUNT_SID=${TWILIO_ACCOUNT_SID} >> .env
fi
if ! [[ -z "${LOCAL_AUTH_TOKEN}" ]]; then
echo "LOCAL_AUTH_TOKEN=${LOCAL_AUTH_TOKEN} >> .env
fi
npm start