From 2501ee1eef361ed8b97004dc1f5ab006b2193e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesv=C3=A4rd?= <1987198+lindesvard@users.noreply.github.com> Date: Fri, 27 Feb 2026 23:25:45 +0100 Subject: [PATCH] chore: remove unused var --- self-hosting/.env.template | 1 - 1 file changed, 1 deletion(-) diff --git a/self-hosting/.env.template b/self-hosting/.env.template index 17dfcb38..22044261 100644 --- a/self-hosting/.env.template +++ b/self-hosting/.env.template @@ -1,5 +1,4 @@ NODE_ENV="production" -VITE_SELF_HOSTED="true" SELF_HOSTED="true" BATCH_SIZE="5000" BATCH_INTERVAL="10000"