Skip to content

Commit

Permalink
chore: fix PR deployment previews (#2114)
Browse files Browse the repository at this point in the history
Adds missing .env.preview values.

Signed-off-by: Philipp Rudloff <philipp.rudloff@konghq.com>
  • Loading branch information
Philipp Rudloff authored Jan 30, 2024
1 parent f54e80c commit 7d19e33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.preview
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
VITE_ZONE_CREATION_FLOW=enabled
# The following are templating placeholders for the index.html file. They’re going to be replaced using server-side templating when serving the GUI application in production.
VITE_BASE_GUI_PATH=/gui
VITE_KUMA_CONFIG='{"baseGuiPath":"/gui","apiUrl":"http://localhost:5681","version":"2.4.0","product":"Kuma","mode":"global","environment":"universal","storeType":"postgres","apiReadOnly":false}'

0 comments on commit 7d19e33

Please sign in to comment.