mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
* multi org changes * Initial changes * changes * manage sso page * Multi-organization changes * Multi organization changes * multi-org changes * multi-org changes * multi-org changes * multi-org fixes * env variables app.json changes * multi-org-fix * user invitation token fix * multi-org group permission fix * multi-org app privilege * google oauth fix * Remove enable signup for form login * Multi organization fixes * multi-org user invite flow changes * multi-org sign up fix * rebase and multi-org fixes * revert testing logs * test logs revert * migration changes * migration file fix * error message changes * git login for private email fix * dropdown fix * test cases * e2e test cases added * test cases fix * documentation changes * testcases fix * testcases added * replace findOne with findOneOrFail * accept invite testcases * login page fixes * added encrypted tag * review comments * migration fixes * improvements * manage sso loading fix * review comments * migration file changes * new organization creation bug fix * added e2e testcases * added testcases * Update data_sources.controller.ts
49 lines
1.3 KiB
Text
49 lines
1.3 KiB
Text
# 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=<hostname>
|
|
|
|
# DATABASE CONFIG
|
|
ORM_LOGGING=
|
|
PG_DB=<db name>
|
|
PG_USER=<db username>
|
|
PG_HOST=<db host>
|
|
PG_PASS=<db password>
|
|
|
|
# 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=
|