deps: update .env.sample

This commit is contained in:
Rushil Umaretiya 2023-03-04 20:53:56 -05:00
parent fbfc0d014c
commit 8749800df8

View File

@ -1,4 +1,5 @@
OPENAI_API_KEY="openaikey"
TWILIO_ACCOUNT_SID="account_sid"
TWILIO_AUTH_TOKEN="auth_token"
TWILIO_PHONE_NUMBER="phone_number"
TWILIO_PHONE_NUMBER="phone_number"
DATABASE_URL="database_url"