1
0
Fork 0
mirror of https://github.com/movie-web/movie-web.git synced 2025-02-22 18:36:22 +00:00
movie-web/example.env
2023-07-22 21:53:55 +02:00

6 lines
185 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_OPENSEARCH_ENABLED=false
VITE_APP_DOMAIN="http://localhost:5173"