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"
|
||||||
|
|||||||
Reference in New Issue
Block a user