From 855ed60e37c216532f56953560e44675033221d6 Mon Sep 17 00:00:00 2001 From: castdrian Date: Sat, 22 Jul 2023 21:53:55 +0200 Subject: [PATCH] make opensearch optional --- example.env | 1 + index.html | 2 +- vite.config.ts | 8 +++++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/example.env b/example.env index c764e92f..27e4f03d 100644 --- a/example.env +++ b/example.env @@ -1,4 +1,5 @@ # make sure the cors proxy url does NOT have a slash at the end VITE_CORS_PROXY_URL=... VITE_TMDB_READ_API_KEY=... +VITE_OPENSEARCH_ENABLED=false VITE_APP_DOMAIN="http://localhost:5173" diff --git a/index.html b/index.html index e3593d62..543c3e95 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@ movie-web - + {{{ opensearch }}}