add twilio phone number as empty var
This commit is contained in:
parent
ab347a47b2
commit
c5b6a1e38d
1 changed files with 1 additions and 0 deletions
1
.env
1
.env
|
|
@ -1,6 +1,7 @@
|
||||||
# TWILIO
|
# TWILIO
|
||||||
VITE_TWILIO_ACCOUNT_SID=
|
VITE_TWILIO_ACCOUNT_SID=
|
||||||
VITE_TWILIO_AUTH_TOKEN=
|
VITE_TWILIO_AUTH_TOKEN=
|
||||||
|
VITE_TWILIO_PHONE_NUMBER=
|
||||||
|
|
||||||
# PRISMA
|
# PRISMA
|
||||||
DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia"
|
DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia"
|
||||||
Loading…
Add table
Reference in a new issue