Skip to content

Commit 1a7943c

Browse files
feat(docs): Private Links official documentation (#3466)
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 5fe72ee commit 1a7943c

13 files changed

Lines changed: 477 additions & 0 deletions

docs/docs.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@
129129
}
130130
]
131131
},
132+
{
133+
"group": "Private networking",
134+
"pages": [
135+
"private-networking/overview",
136+
"private-networking/aws-console-setup",
137+
"private-networking/troubleshooting"
138+
]
139+
},
132140
{
133141
"group": "Realtime",
134142
"pages": [

docs/guides/frameworks/drizzle.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ This guide will show you how to set up [Drizzle ORM](https://orm.drizzle.team/)
2424
- Drizzle ORM [installed and initialized](https://orm.drizzle.team/docs/get-started) in your project
2525
- A `DATABASE_URL` environment variable set in your `.env` file, pointing to your PostgreSQL database (e.g. `postgresql://user:password@localhost:5432/dbname`)
2626

27+
<Tip>
28+
If your Postgres lives in a private AWS VPC (e.g. RDS without a public endpoint), connect it via
29+
[Private networking](/private-networking/overview) instead of opening it to the public internet
30+
(Pro and Enterprise plans).
31+
</Tip>
32+
2733
## Initial setup (optional)
2834

2935
Follow these steps if you don't already have Trigger.dev set up in your project.
210 KB
Loading
567 KB
Loading
450 KB
Loading
250 KB
Loading
209 KB
Loading
322 KB
Loading
539 KB
Loading
235 KB
Loading

0 commit comments

Comments
 (0)