diff options
| author | Factiven <[email protected]> | 2023-09-14 13:02:03 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-14 13:02:03 +0700 |
| commit | ab9b67f81dfaee07638ea468897dcd787aff9c2f (patch) | |
| tree | 7fc04f5f1896ff28f3008649d25f2e2d14e031e1 /README.md | |
| parent | Update v4.0.1 - Merge pre-push to main (#73) (diff) | |
| download | moopa-ab9b67f81dfaee07638ea468897dcd787aff9c2f.tar.xz moopa-ab9b67f81dfaee07638ea468897dcd787aff9c2f.zip | |
Update v4.0.2 (#75)v4.0.2
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,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" ## NextJS -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" +PROXY_URI="use this cors proxy https://github.com/Gratenes/m3u8CloudflareWorkerProxy, follow the instruction there on how to deploy it." 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 used for schedules and manga page. get the key from https://anify.tv/discord" DISQUS_SHORTNAME='put your disqus shortname here. (optional)' |