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:
@@ -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"
|
||||||
@@ -13,4 +14,4 @@ DASHBOARD_URL="$DASHBOARD_URL"
|
|||||||
API_URL="$API_URL"
|
API_URL="$API_URL"
|
||||||
COOKIE_SECRET="$COOKIE_SECRET"
|
COOKIE_SECRET="$COOKIE_SECRET"
|
||||||
EMAIL_SENDER="$EMAIL_SENDER"
|
EMAIL_SENDER="$EMAIL_SENDER"
|
||||||
RESEND_API_KEY="$RESEND_API_KEY"
|
RESEND_API_KEY="$RESEND_API_KEY"
|
||||||
|
|||||||
Reference in New Issue
Block a user