From b53be0b81d8b714bf5d524fbb0459a51b1f56ceb Mon Sep 17 00:00:00 2001
From: Thomas Gauvin <35609369+thomasgauvin@users.noreply.github.com>
Date: Mon, 17 Mar 2025 14:16:17 -0400
Subject: [PATCH] Update index.mdx
---
src/content/docs/workers/tutorials/postgres/index.mdx | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/content/docs/workers/tutorials/postgres/index.mdx b/src/content/docs/workers/tutorials/postgres/index.mdx
index 3d453cccf3b7b2..09abecb468d5df 100644
--- a/src/content/docs/workers/tutorials/postgres/index.mdx
+++ b/src/content/docs/workers/tutorials/postgres/index.mdx
@@ -103,14 +103,10 @@ npx wrangler secret put DB_URL
Set your `DB_URL` secret locally in a `.dev.vars` file as documented in [Local Development with Secrets](/workers/configuration/secrets/).
-
-
-```toml
+```toml title='.dev.vars'
DB_URL=""
```
-
-
### Set explicit parameters
Configure each database parameter as an [environment variable](/workers/configuration/environment-variables/) via the [Cloudflare dashboard](/workers/configuration/environment-variables/#add-environment-variables-via-the-dashboard) or in your Wrangler file. Refer to an example of aWrangler file configuration:
@@ -379,4 +375,4 @@ Your Worker application is now live and accessible at `.