Skip to content

Commit 900d5dd

Browse files
AlenAlen
authored andcommitted
fix(env): replace mysql url template with postgres one
1 parent 3c776e3 commit 900d5dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ AUTH_DISCORD_SECRET=""
2121

2222
# Prisma
2323
# https://www.prisma.io/docs/reference/database-reference/connection-urls#env
24-
DATABASE_URL="mysql://root:password@localhost:3306/vault"
25-
DATABASE_DIRECT_URL="mysql://root:password@localhost:3306/vault"
24+
DATABASE_URL="postgres://postgres:password@localhost:3306/vault"
25+
DATABASE_DIRECT_URL="postgres://postgres:password@localhost:3306/vault"
2626

2727
ENABLE_USER_WHITELIST=

0 commit comments

Comments
 (0)