forked from ivanjameslo/kopi82
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
20 lines (14 loc) · 1.55 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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="mysql://root:root@localhost:3306/kopi82"
# Grp3M1!051220
DATABASE_URL=postgresql://postgres.gdxxyfiodvmrnonepzls:Grp3M1!051220@aws-0-ap-southeast-1.pooler.supabase.com:5432/postgres
NEXT_PUBLIC_SUPABASE_URL=https://gdxxyfiodvmrnonepzls.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImdkeHh5ZmlvZHZtcm5vbmVwemxzIiwicm9sZSI6ImFub24iLCJpYXQiOjE3Mjg1NDY5MDgsImV4cCI6MjA0NDEyMjkwOH0.j1BlQ5GZKulVpkJzddv18l9qDDLLzA6yfeBzCgq1TdI
SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImdkeHh5ZmlvZHZtcm5vbmVwemxzIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTcyODU0NjkwOCwiZXhwIjoyMDQ0MTIyOTA4fQ.vZCg9WQyjpldnBuD6bz0Rl3_-V-AlYzKGV86MFJ7zU0
# # Connect to Supabase via connection pooling with Supavisor.
# DATABASE_URL="postgresql://postgres.gdxxyfiodvmrnonepzls:Grp3M1!051220@aws-0-ap-southeast-1.pooler.supabase.com:6543/postgres?pgbouncer=true"
# # Direct connection to the database. Used for migrations.
# DIRECT_URL="postgresql://postgres.gdxxyfiodvmrnonepzls:Grp3M1!051220@aws-0-ap-southeast-1.pooler.supabase.com:5432/postgres"