From e3851080afffba134c13a0636dc3ebf15bc45337 Mon Sep 17 00:00:00 2001 From: shnimlz Date: Sun, 21 Sep 2025 03:00:40 -0500 Subject: [PATCH] feat: update DATABASE_URL in .env to use Supabase --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 5678cb6..d574838 100644 --- a/.env +++ b/.env @@ -18,5 +18,5 @@ guildTest = '1316592320954630144' # server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the # one found in a remote Prisma Postgres URL, does not contain any sensitive information. -DATABASE_URL="postgresql://neondb_owner:npg_Qpgut3PIxSE0@ep-odd-lake-ae8k0u13-pooler.c-2.us-east-2.aws.neon.tech/neondb?sslmode=require&channel_binding=require" +DATABASE_URL="postgresql://postgres:Lop0090...@db.gndwiodomcunueuxwthl.supabase.co:5432/postgres" #DATABASE_URL="file:./dev.db" \ No newline at end of file