diff options
| author | Factiven <[email protected]> | 2023-05-20 11:42:08 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-05-20 11:42:08 +0700 |
| commit | 89486c64ab9d71302a78e391a8b5cf3640f592d5 (patch) | |
| tree | bf6090115c931c425cf36b6774da948e93999726 /README.md | |
| parent | moved proxy to env (diff) | |
| download | moopa-89486c64ab9d71302a78e391a8b5cf3640f592d5.tar.xz moopa-89486c64ab9d71302a78e391a8b5cf3640f592d5.zip | |
Small changes
> Replaced Anilist Index to This Season on Navbar
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -95,9 +95,16 @@ CLIENT_SECRET="get the secret from here https://anilist.co/settings/developer" GRAPHQL_ENDPOINT="https://graphql.anilist.co" NEXTAUTH_SECRET='run this cmd in your bash terminal (openssl rand -base64 32) with no bracket, and paste it here' NEXTAUTH_URL="for development use http://localhost:3000/ and for production use your domain url" +PROXY_URI="I recommend you to use this cors-anywhere as a proxy https://github.com/Rob--W/cors-anywhere follow the instruction on how to use it there." ``` -4. Start local server : +4. Add this endpoint as Redirect Url on AniList Developer : + +```bash +https://{your-website-url}/api/auth/callback/AniListProvider +``` + +5. Start local server : ```bash npm run dev |