From 445103958ae1d6d5285c5c9a9942e39e3aed4f13 Mon Sep 17 00:00:00 2001 From: Ashishprasa Date: Sat, 30 Dec 2023 19:23:27 +0530 Subject: [PATCH] add example.env --- example.env | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 example.env diff --git a/example.env b/example.env new file mode 100644 index 00000000..38c690a5 --- /dev/null +++ b/example.env @@ -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