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"
VITE_SELF_HOSTED="true"
SELF_HOSTED="true"
BATCH_SIZE="5000"
BATCH_INTERVAL="10000"
ALLOW_REGISTRATION="false"
@@ -13,4 +14,4 @@ DASHBOARD_URL="$DASHBOARD_URL"
API_URL="$API_URL"
COOKIE_SECRET="$COOKIE_SECRET"
EMAIL_SENDER="$EMAIL_SENDER"
RESEND_API_KEY="$RESEND_API_KEY"
RESEND_API_KEY="$RESEND_API_KEY"