4 changed files with 32 additions and 25 deletions
@ -1,5 +1,8 @@ |
|||||||
# make sure the cors proxy url does NOT have a slash at the end |
|
||||||
VITE_CORS_PROXY_URL=... |
|
||||||
VITE_TMDB_READ_API_KEY=... |
VITE_TMDB_READ_API_KEY=... |
||||||
VITE_OPENSEARCH_ENABLED=false |
VITE_OPENSEARCH_ENABLED=false |
||||||
VITE_APP_DOMAIN="http://localhost:5173" |
|
||||||
|
# make sure the cors proxy url does NOT have a slash at the end |
||||||
|
VITE_CORS_PROXY_URL=... |
||||||
|
|
||||||
|
# make sure the domain does NOT have a slash at the end |
||||||
|
VITE_APP_DOMAIN=http://localhost:5173 |
||||||
|
Loading…
Reference in new issue