movie-web/example.env

7 lines
187 B
Bash
Raw Normal View History

2022-12-27 16:44:36 +01:00
# 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=...