mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
11 lines
277 B
Bash
11 lines
277 B
Bash
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=...
|
|
|
|
# likewise
|
|
VITE_M3U8_PROXY_URL=...
|
|
|
|
# make sure the domain does NOT have a slash at the end
|
|
VITE_APP_DOMAIN=http://localhost:5173
|