12 implement twilio sms #37

Merged
BenjaminPalko merged 26 commits from 12-implement-twilio-sms into master 2025-01-02 20:11:28 -05:00
Showing only changes of commit c5b6a1e38d - Show all commits

1
.env
View file

@ -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
piopi commented 2024-12-31 22:28:14 -05:00 (Migrated from github.com)
Review

Prefill them please with CHANGE_ME

Prefill them please with CHANGE_ME
DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia" DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia"