Skip to content

Commit

Permalink
chore: fix PR deployment previews
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 committed Jan 30, 2024
1 parent 7676fcc commit 16431dc
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 16431dc

Please sign in to comment.