.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)
SECRET_KEY_BASE
secret
Used to verify the integrity of signed cookies. so ensure a secure value is set SECRET_KEY_BASE should be alphanumeric. Avoid special…
FRONTEND_URL
Replace with the URL you are planning to use for your app
ASSET_CDN_HOST
If you plan to use CDN for your assets, set Asset CDN Host
FORCE_SSL
Force all access to the app over SSL, default is set to false
ENABLE_ACCOUNT_SIGNUP
This lets you control new sign ups on your chatwoot installation true : default option, allows sign ups false : disables all the end points…
REDIS_URL
secret
Redis config specify the configs via single URL or individual variables ref: https://www.iana.org/assignments/uri-schemes/prov/redis You…
REDIS_PASSWORD
secret
If you are using docker-compose, set this variable's value to be any string, which will be the password for the redis service running…
REDIS_SENTINELS
Redis Sentinel can be used by passing list of sentinel host and ports e,g. sentinel_host1:port1,sentinel_host2:port2
REDIS_SENTINEL_MASTER_NAME
Redis sentinel master name is required when using sentinel, default value is "mymaster". You can find list of master using "SENTINEL…
POSTGRES_HOST
Postgres Database config variables You can leave POSTGRES_DATABASE blank. The default name of the database in the production environment is…
POSTGRES_USERNAME
POSTGRES_PASSWORD
secret
RAILS_ENV
RAILS_MAX_THREADS
Changes the Postgres query timeout limit. The default is 14 seconds. Modify only when required. POSTGRES_STATEMENT_TIMEOUT=14s
MAILER_SENDER_EMAIL
The email from which all outgoing emails are sent could user either `email@yourdomain.com` or `BrandName <email@yourdomain.com>`
SMTP_DOMAIN
SMTP domain key is set up for HELO checking
SMTP_ADDRESS
Set the value to "mailhog" if using docker-compose for development environments, Set the value as "localhost" or your SMTP address in other…
SMTP_PORT
SMTP_USERNAME
SMTP_PASSWORD
secret