1. Self-hosting
  2. All environment variables

Backend environment variables

Depending on your choosen self hosted deployment method, you may need to configured at least the required environment variable listed below. Other environment variables are listed below to increase the functionality of your self hosted instance based on your use case.

  • Required

  • Email service

  • Integrations

  • Others

ENCRYPTION_KEYRequiredDefault: none
string

Must be a random 32 character length hex string

JWT_SIGNUP_SECRETRequiredDefault: none
string

Must be a random 32 character length hex string

JWT_REFRESH_SECRETRequiredDefault: none
string

Must be a random 32 character length hex string

JWT_AUTH_SECRETRequiredDefault: none
string

Must be a random 32 character length hex string

JWT_MFA_SECRETRequiredDefault: none
string

Must be a random 32 character length hex string

JWT_SERVICE_SECRETRequiredDefault: none
string

Must be a random 32 character length hex string

MONGO_URLRequiredDefault: none
string

*TLS based connection string is not yet supported

Frontend environment variables

TELEMETRY_ENABLEDOptionalDefault: true
string