[hotfix] dev env fixes
- update .env.dev to reflect rotated twilio api key
- fix ngrok discovery bug
- SYMPTOM: twilio returns error about not being able to contact url of
form
https:/ul/twilioSms
when attempting to create a new number - CAUSE:
entrypoint/app
is querying the local ngrok api for tunnels before it is up and running, causing ngrok to return a not found html page, which the entrypoint scriptsed
s to spit out theul
form a<ul>
tag. (wheee!) - FIX: modify
entrpoint/app
to ping ngrok again if it ever getsul
as thehost_url
(which it already does if it gets an empty string)
- SYMPTOM: twilio returns error about not being able to contact url of
form