added env variables
This commit is contained in:
@@ -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=""
|
||||
Reference in New Issue
Block a user