From c6f3430fc5d33cc2f40a38574f6d33c3ce5fe8b9 Mon Sep 17 00:00:00 2001 From: Bruno Fantauzzi Date: Mon, 2 Dec 2024 13:44:37 +0100 Subject: [PATCH] docs: update installation guide (#724) --- docs/content/docs/installation.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/docs/installation.mdx b/docs/content/docs/installation.mdx index 16518aca..7dd162f9 100644 --- a/docs/content/docs/installation.mdx +++ b/docs/content/docs/installation.mdx @@ -34,6 +34,7 @@ BETTER_AUTH_SECRET= 2. **Set Base URL (optional)** +Not required if the baseURL property is set in the createAuthClient function described below. ```txt title=".env" BETTER_AUTH_URL=http://localhost:3000 #Base URL of your app ```