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 ```