Netlify fix env vars and Deploy prisma (#69)
* add logs * info * lol * direct url
This commit is contained in:
parent
7891c0b4b7
commit
8006d523c7
4 changed files with 21 additions and 5 deletions
1
.env
1
.env
|
|
@ -7,6 +7,7 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue