mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
Update example.env
This commit is contained in:
parent
bd97db1fbd
commit
8882de4658
1 changed files with 3 additions and 0 deletions
|
|
@ -4,5 +4,8 @@ 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 m3u8 proxy url does NOT have a slash at the end. THIS IS A TEMPORARY PROXY. WILL SOON BE INEGRATED INTO THE CORS PROXY
|
||||
VITE_M3U8_PROXY_URL=...
|
||||
|
||||
# make sure the domain does NOT have a slash at the end
|
||||
VITE_APP_DOMAIN=http://localhost:5173
|
||||
|
|
|
|||
Loading…
Reference in a new issue