hestia/.env
Baobeld 8006d523c7
Netlify fix env vars and Deploy prisma (#69)
* add logs

* info

* lol

* direct url
2025-01-26 19:48:26 -05:00

14 lines
No EOL
392 B
Bash

NODE_ENV=
# TWILIO
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_PHONE_NUMBER=
# PRISMA
DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia"
DIRECT_URL="postgres://hestia:test123@localhost:5432/hestia"
# CLERK
PUBLIC_CLERK_PUBLISHABLE_KEY=secret_do_not_commit_or_change_this_create_.env.local_instead
CLERK_SECRET_KEY=secret_do_not_commit_or_change_this_create_.env.local_instead