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