.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
TOOLJET_HOST
LOCKBOX_MASTER_KEY
secret
SECRET_KEY_BASE
secret
SERVER_HOST
Configure a hostname for the server
ORM_LOGGING
DATABASE CONFIG
PG_DB
PG_USER
PG_HOST
PG_PASS
ENABLE_TOOLJET_DB
TOOLJET DATABASE
TOOLJET_DB
TOOLJET_DB_USER
TOOLJET_DB_HOST
TOOLJET_DB_PASS
PGRST_HOST
PGRST_JWT_SECRET
secret
CHECK_FOR_UPDATES
Checks every 24 hours to see if a new version of ToolJet is available (Enabled by default. Set false to disable)
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
secret
DEFAULT_FROM_EMAIL
EMAIL CONFIGURATION
brew install flyctl && fly launch --from https://github.com/anush008/tooljet
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anush008/tooljet
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anush008/tooljet