added example Supabase .env file
This commit is contained in:
parent
49cd1ba5b8
commit
e20f0c713f
|
|
@ -0,0 +1,6 @@
|
|||
# Supabase Session Pooler (IPv4 compatible)
|
||||
user=postgres.[YOUR-Server-ID]
|
||||
password=[YOUR-PASSWORD]
|
||||
host=aws-0-us-east-1.pooler.supabase.com
|
||||
port=6543
|
||||
dbname=postgres
|
||||
Loading…
Reference in New Issue