forked from itzzzme/zenime
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
11 lines (8 loc) · 832 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
#Refer https://github.com/itzzzme/anime-api to host your backend API
VITE_API_URL=https://zeanime-api.vercel.app/api
#Refer this gist to setup proxy server https://gist.github.com/itzzzme/180813be2c7b45eedc8ce8344c8dea3b
VITE_PROXY_URL=<proxy_server_name>/?url=
#Refer https://github.com/itzzzme/m3u8proxy to host you m3u8 proxy server though it's optional but if you don't set it up you may get CORS error for some servers if you set up from the given repo then only the url structure will look like this
VITE_M3U8_PROXY_URL=https://bypass-cors-ten.vercel.app/hianime-hls-proxy?url=
#totaly optional / if you don't want to setup worker just change the code of getQtip.utils.js following the pattern of any other utils file
VITE_WORKER_URL=https://worker1.workers.dev,https://worker2.workers.dev,https://worker3.workers.dev,...