Added Supabase Credentials

This commit is contained in:
hamb1y 2025-09-27 10:09:06 +05:30
parent abc02465e3
commit f9428d638d

View file

@ -231,3 +231,5 @@ model Report {
@@index([name])
@@map("report")
}
directUrl = env("DIRECT_DATABASE_URL")