mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
Update docs/content/docs/reference/options.mdx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -55,8 +55,8 @@ For example, if your backend is at `http://localhost:4000` and your frontend is
|
||||
```ts
|
||||
import { betterAuth } from "better-auth";
|
||||
export const auth = betterAuth({
|
||||
baseURL: "http://localhost:3000", // Backend URL
|
||||
baseCallbackURL: "http://localhost:4000", // Frontend URL
|
||||
baseURL: "http://localhost:4000", // Backend URL
|
||||
baseCallbackURL: "http://localhost:3000", // Frontend URL
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user