Browse Source

add example.env

pull/673/head
Ashishprasa 2 years ago
parent
commit
445103958a
  1. 8
      example.env

8
example.env

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
VITE_TMDB_READ_API_KEY=...
VITE_OPENSEARCH_ENABLED=false
# 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…
Cancel
Save