diff options
| author | Factiven <[email protected]> | 2023-07-17 20:51:59 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-17 20:51:59 +0700 |
| commit | fb7aae066c1c092307dadab2315b3d2b02a22672 (patch) | |
| tree | 622a0ce5656955d53f3b084e99e2689f787a89b4 | |
| parent | back to npm 😎 (diff) | |
| download | moopa-fb7aae066c1c092307dadab2315b3d2b02a22672.tar.xz moopa-fb7aae066c1c092307dadab2315b3d2b02a22672.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ NEXTAUTH_SECRET='run this cmd in your bash terminal (openssl rand -base64 32) wi 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. Skip this if you only use gogoanime as a source" API_URI="host your own API from this repo https://github.com/consumet/api.consumet.org. Don't put / at the end of the url." -API_KEY="this API key is for manga page. get the key from https://anify.tv/discord" +API_KEY="this API key is for manga page. get the key from https://anify.tv/discord (key doesn't contain any special character in it)" ``` 4. Add this endpoint as Redirect Url on AniList Developer : |