forked from zlnnny/CES_Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.template
More file actions
18 lines (15 loc) · 692 Bytes
/
Copy pathenv.template
File metadata and controls
18 lines (15 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copy this file to `.env` and fill in your Supabase connection string.
#
# Recommended: use Supabase "Connection pooling" (pgbouncer / pooler host) for best compatibility.
# Example:
# DATABASE_URL=postgresql+psycopg://postgres.<PROJECT_REF>:<PASSWORD>@aws-1-ap-northeast-2.pooler.supabase.com:6543/postgres?sslmode=require
DATABASE_URL=
# Team DB (Supabase) - copy to `.env` and fill in PASSWORD
#
# IMPORTANT:
# - Do NOT commit `.env`
# - Use the "Connection pooling (pgbouncer)" host for better compatibility (IPv4).
#
# Example:
# DATABASE_URL=postgresql+psycopg://postgres.<PROJECT_REF>:<PASSWORD>@aws-1-ap-northeast-2.pooler.supabase.com:6543/postgres?sslmode=require
DATABASE_URL=