From 84b37275943df815d1aa2657e25dfa29e9ddd7d7 Mon Sep 17 00:00:00 2001 From: yassh <7814130+yassh@users.noreply.github.com> Date: Mon, 28 Apr 2025 18:32:39 +0900 Subject: [PATCH] docs: update environment-vars.mdx --- docs/configuration/environment-vars.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/environment-vars.mdx b/docs/configuration/environment-vars.mdx index 6ef525066df..9c76c9c8683 100644 --- a/docs/configuration/environment-vars.mdx +++ b/docs/configuration/environment-vars.mdx @@ -23,7 +23,7 @@ project-name/ Here is an example of what an `.env` file might look like: ```plaintext -SERVER_URL=localhost:3000 +SERVER_URL=http://localhost:3000 DATABASE_URI=mongodb://localhost:27017/my-database ```