Skip to content

Commit 389c943

Browse files
nurul3101jharrell
andauthored
Added note about ppg-tunnel automatically picking up DATABASE_URL from env file (#6782)
* Added note about env file automatically picking up env * Update 600-tcp-tunnel.mdx Co-authored-by: Jon Harrell <[email protected]> --------- Co-authored-by: Jon Harrell <[email protected]>
1 parent c6915ad commit 389c943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/250-postgres/600-tcp-tunnel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ While in Early Access, usage of the TCP tunnel will be free of charge.
2323

2424
### Exporting environment variables
2525

26-
The tunnel expects you to have the following `DATABASE_URL` environment variable set to the connection URL of your Prisma Postgres instance.
26+
The tunnel expects you to have the following `DATABASE_URL` environment variable set to the connection URL of your Prisma Postgres instance. If you are running the tunnel command from your project where an `.env` file has `DATABASE_URL` already set, you can skip this step as the tunnel will automatically pick it up.
2727

2828
To export the `DATABASE_URL` environment variable temporarily in a terminal session:
2929

0 commit comments

Comments
 (0)