We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c776e3 commit 900d5ddCopy full SHA for 900d5dd
1 file changed
.env.example
@@ -21,7 +21,7 @@ AUTH_DISCORD_SECRET=""
21
22
# Prisma
23
# 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"
+DATABASE_URL="postgres://postgres:password@localhost:3306/vault"
+DATABASE_DIRECT_URL="postgres://postgres:password@localhost:3306/vault"
26
27
ENABLE_USER_WHITELIST=
0 commit comments