feat: update DATABASE_URL in .env to use new Supabase connection string

This commit is contained in:
2025-09-21 03:04:46 -05:00
parent e3851080af
commit eb74cbd86d
2 changed files with 1 additions and 1 deletions

2
.env
View File

@@ -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://postgres:Lop0090...@db.gndwiodomcunueuxwthl.supabase.co:5432/postgres"
DATABASE_URL="postgresql://postgres.gndwiodomcunueuxwthl:Lop0090...@aws-1-us-west-1.pooler.supabase.com:5432/postgres"
#DATABASE_URL="file:./dev.db"