docs: update installation guide (#724)

This commit is contained in:
Bruno Fantauzzi
2024-12-02 13:44:37 +01:00
committed by GitHub
parent 76be156318
commit c6f3430fc5

View File

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