From 8882de4658ee8237db73e03912dc028d9abe8a7e Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 14 May 2025 16:14:51 -0600 Subject: [PATCH] Update example.env --- example.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example.env b/example.env index 38c690a5..c943c3ae 100644 --- a/example.env +++ b/example.env @@ -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