forked from trpc/examples-next-prisma-websockets-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
12 lines (10 loc) · 643 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#using-environment-variables
# Prisma supports the native connection string format for PostgreSQL, MySQL and SQLite.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
# Make sure to override these in deployment
DATABASE_URL="postgresql://postgres:@localhost:5432/trpc-starter-websockets?schema=public"
APP_URL="http://localhost:3000"
WS_URL="ws://localhost:3001"
NEXTAUTH_URL="http://localhost:3000/api/auth"
# NEXTAUTH_SECRET=""