# Create .env from this example file and replace values for the environment. # The application expects a separate .env.test for test environment configuration # Get detailed information about each variable here: https://docs.tooljet.com/docs/setup/env-vars TOOLJET_HOST=http://localhost:8082 LOCKBOX_MASTER_KEY=0000000000000000000000000000000000000000000000000000000000000000 SECRET_KEY_BASE=replace_with_secret_key_base ## Configure a hostname for the server SERVER_HOST= # DATABASE CONFIG ORM_LOGGING= PG_DB= PG_USER= PG_HOST= PG_PASS= # Checks every 24 hours to see if a new version of ToolJet is available # (Enabled by default. Set 0 to disable) CHECK_FOR_UPDATES=0 # Checks every 24 hours to update app telemetry data to ToolJet hub. # (Telemetry is enabled by default. Set value to true to disable.) # DISABLE_APP_TELEMETRY=false GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= # EMAIL CONFIGURATION DEFAULT_FROM_EMAIL=hello@tooljet.io SMTP_USERNAME= SMTP_PASSWORD= SMTP_DOMAIN= SMTP_PORT= # DISABLE USER SIGNUPS (true or false). only applicable if MULTI_ORGANIZATION=true DISABLE_SIGNUPS= # Enables all multi organization features MULTI_ORGANIZATION= # OBSERVABILITY APM_VENDOR= SENTRY_DNS= SENTRY_DEBUG= # FEATURE TOGGLE COMMENT_FEATURE_ENABLE=