From 16431dc13840d75aa532f441cf905d7c5ca41a85 Mon Sep 17 00:00:00 2001 From: Philipp Rudloff Date: Tue, 30 Jan 2024 16:00:06 +0100 Subject: [PATCH] chore: fix PR deployment previews Adds missing .env.preview values. Signed-off-by: Philipp Rudloff --- .env.preview | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.preview b/.env.preview index bd4ac0e1a..2c46dca3b 100644 --- a/.env.preview +++ b/.env.preview @@ -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}'