fix: Add SELF_HOSTED variable to .env.template (#288)

Without this env var I get the Trial expired screen after upgrading to version 2.
This commit is contained in:
Martin
2026-02-26 20:58:56 +01:00
committed by GitHub
parent cb3f8016df
commit 22fb4acf12

View File

@@ -1,5 +1,6 @@
NODE_ENV="production" NODE_ENV="production"
VITE_SELF_HOSTED="true" VITE_SELF_HOSTED="true"
SELF_HOSTED="true"
BATCH_SIZE="5000" BATCH_SIZE="5000"
BATCH_INTERVAL="10000" BATCH_INTERVAL="10000"
ALLOW_REGISTRATION="false" ALLOW_REGISTRATION="false"