From cef56e5c8d99691baaf3c4b8872ee26ff589083a Mon Sep 17 00:00:00 2001 From: Topvennie Date: Fri, 6 Dec 2024 00:35:04 +0100 Subject: [PATCH] vinvoor: add to prod env --- vinvoor/dev.env | 2 ++ vinvoor/production.env | 2 ++ vinvoor/template.env | 2 ++ 3 files changed, 6 insertions(+) diff --git a/vinvoor/dev.env b/vinvoor/dev.env index fad4423..08db97c 100644 --- a/vinvoor/dev.env +++ b/vinvoor/dev.env @@ -1,3 +1,5 @@ +VITE_APP_VERSION=$npm_package_version + VITE_BACKEND_URL="http://localhost:4000/api" VITE_DEFAULT_THEME_MODE="light" diff --git a/vinvoor/production.env b/vinvoor/production.env index 88276de..cfee0b0 100644 --- a/vinvoor/production.env +++ b/vinvoor/production.env @@ -1,3 +1,5 @@ +VITE_APP_VERSION=$npm_package_version + VITE_BACKEND_URL="https://zess.zeus.gent/api" VITE_DEFAULT_THEME_MODE="light" diff --git a/vinvoor/template.env b/vinvoor/template.env index 062d546..a73ac84 100644 --- a/vinvoor/template.env +++ b/vinvoor/template.env @@ -1,3 +1,5 @@ +VITE_APP_VERSION=$npm_package_version + VITE_BACKEND_URL= VITE_DEFAULT_THEME_MODE=