From 5392a54fc60335a0e26807ebe8a378953f30d52a Mon Sep 17 00:00:00 2001 From: pheralb Date: Fri, 29 Mar 2024 21:42:27 +0000 Subject: [PATCH] Update docs --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 53504e7..d9e6258 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,6 @@ TURSO_AUTH_TOKEN= # Auth.js => AUTH_SECRET= -AUTH_URL= # Github Provider => GITHUB_ID= @@ -106,7 +105,7 @@ GOOGLE_CLIENT_SECRET= **Auth.js:** - [Get Auth.js **Secret**](https://authjs.dev/getting-started/providers/oauth-tutorial#adding-environment-variables). -- ``AUTH_URL`` is the URL of your Auth.js API, for example, ``/api/auth``. +- ``AUTH_URL`` is the URL of your Auth.js API, for example, ``/api/auth``. You can change it in the [**``auth.ts`` file**](https://github.com/pheralb/slug/blob/next/src/auth.ts#L20). **Github Credentials:**