diff --git a/.env b/.env index 0b3747e..402093c 100644 --- a/.env +++ b/.env @@ -3,4 +3,4 @@ VITE_TWILIO_ACCOUNT_SID= VITE_TWILIO_AUTH_TOKEN= # PRISMA -DATABASE_URL="file:./dev.db" +DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia" \ No newline at end of file