mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-30 16:17:41 +01:00
docs(selfhosting): match update with dev branch
This commit is contained in:
parent
d2d710ad37
commit
ce71a2d638
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Your proxy is now hosted on Cloudflare. Note the url of your worker as you will
|
||||||
3. Open `config.js` in Notepad, Visual Studio Code or similar.
|
3. Open `config.js` in Notepad, Visual Studio Code or similar.
|
||||||
4. Put your Cloudflare proxy URL in-between the double quotes of `VITE_CORS_PROXY_URL: ""`. Make sure to not have a slash at the end of your URL.
|
4. Put your Cloudflare proxy URL in-between the double quotes of `VITE_CORS_PROXY_URL: ""`. Make sure to not have a slash at the end of your URL.
|
||||||
|
|
||||||
Example (THIS IS MINE, IT WONT WORK FOR YOU): `VITE_CORS_PROXY_URL: "https://test-proxy.test.workers.dev",`
|
Example (THIS IS MINE, IT WONT WORK FOR YOU): `VITE_CORS_PROXY_URL: "https://test-proxy.test.workers.dev"`
|
||||||
5. Put your TMDB read access token inside the quotes of `VITE_TMDB_READ_API_KEY: ""`. You can generate it for free at [https://www.themoviedb.org/settings/api](https://www.themoviedb.org/settings/api).
|
5. Put your TMDB read access token inside the quotes of `VITE_TMDB_READ_API_KEY: ""`. You can generate it for free at [https://www.themoviedb.org/settings/api](https://www.themoviedb.org/settings/api).
|
||||||
6. Save the file
|
6. Save the file
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue