added env variables

This commit is contained in:
2025-04-14 12:23:16 +02:00
parent af4d2e9e59
commit 41132eee61
3 changed files with 13 additions and 5 deletions
+7
View File
@@ -22,3 +22,10 @@ AUTH_DISCORD_SECRET=""
# Prisma
# https://www.prisma.io/docs/reference/database-reference/connection-urls#env
DATABASE_URL="mysql://root:password@localhost:3306/file-hosting"
# Next Auth OAUTH Redirect URL
NEXTAUTH_URL=""
# Page base URL
NEXT_PUBLIC_PAGE_URL=""