mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 00:25:05 +01:00
7 lines
187 B
Bash
7 lines
187 B
Bash
|
# make sure the cors proxy url does NOT have a slash at the end
|
||
|
VITE_CORS_PROXY_URL=...
|
||
|
|
||
|
# the keys below are optional - defaults are provided
|
||
|
VITE_TMDB_API_KEY=...
|
||
|
VITE_OMDB_API_KEY=...
|