-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
10 lines (7 loc) · 854 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
NEXT_PUBLIC_SUPABASE_URL=https://jmfqwrvhdwimugjorljj.supabase.co
NEXT_PUBLIC_SUPABASE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImptZnF3cnZoZHdpbXVnam9ybGpqIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MDM5NDgxMjAsImV4cCI6MjAxOTUyNDEyMH0.N-NZSrtJSVVG82jyv_0G_2aLCJsrO7Q-usXkrouVX28
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="postgres://postgres.jmfqwrvhdwimugjorljj:[email protected]:5432/postgres"