From 8a8fea9742051a3b4b6c3515a9f64ddfcbeb64d3 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Mon, 2 Dec 2024 22:12:57 +0000 Subject: [PATCH] chore: add sample web env file --- web/.env.sample | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 web/.env.sample diff --git a/web/.env.sample b/web/.env.sample new file mode 100644 index 0000000..4aaf032 --- /dev/null +++ b/web/.env.sample @@ -0,0 +1,8 @@ +# current version of tesseract +VITE_VERSION=0.1.0 + +# where the api is hosted. this is usually left empty because the same server serves the web and the api +VITE_API_URL=http://localhost:8080 + +# the host name of where tesseract is deployed +VITE_HOST_NAME=lycoris.lab