feat: configure Traefik with Docker for reverse proxy and HTTPS support

This commit is contained in:
averel10
2026-03-13 08:46:15 +01:00
parent 1b6b9c8045
commit c552b44292
2 changed files with 61 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
import { createAuthClient } from "better-auth/react"
export const authClient = createAuthClient({
/** The base URL of the server (optional if you're using the same domain) */
baseURL: "http://localhost:3000"
})