mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-10 22:35:09 +01:00
5 lines
155 B
Bash
5 lines
155 B
Bash
# make sure the cors proxy url does NOT have a slash at the end
|
|
VITE_CORS_PROXY_URL=...
|
|
VITE_TMDB_READ_API_KEY=...
|
|
VITE_APP_DOMAIN="http://localhost:5173"
|