feat: update database configuration to use PostgreSQL

This commit is contained in:
2025-09-21 01:08:08 -05:00
parent 7f066bcf0b
commit 340287a703
5 changed files with 3 additions and 112 deletions

3
.env
View File

@@ -18,4 +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="file:./dev.db"
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="file:./dev.db"