Skip to content

Commit

Permalink
vinvoor: add to prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie authored and hannes-dev committed Dec 6, 2024
1 parent 0507ac9 commit cef56e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vinvoor/dev.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
VITE_APP_VERSION=$npm_package_version

VITE_BACKEND_URL="http://localhost:4000/api"

VITE_DEFAULT_THEME_MODE="light"
2 changes: 2 additions & 0 deletions vinvoor/production.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
VITE_APP_VERSION=$npm_package_version

VITE_BACKEND_URL="https://zess.zeus.gent/api"

VITE_DEFAULT_THEME_MODE="light"
2 changes: 2 additions & 0 deletions vinvoor/template.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
VITE_APP_VERSION=$npm_package_version

VITE_BACKEND_URL=

VITE_DEFAULT_THEME_MODE=

0 comments on commit cef56e5

Please sign in to comment.