1
0
Fork 0
mirror of https://github.com/movie-web/movie-web.git synced 2025-02-22 18:46:24 +00:00
movie-web/example.env
2022-12-27 16:44:36 +01:00

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=...