Defaults in the .env file
-
Besides the default setting
SECRET_KEY_BASE=
what else did you put in your .env file? Here are mine:ENABLE_ACCOUNT_SIGNUP=false
DISABLE_TELEMETRY=true
MAILER_SENDER_EMAIL=chatwoot@example.org
SMTP_ADDRESS=my.example.org
SMTP_USERNAME=chatwoot@example.org
SMTP_PASSWORD=PASSWORD -
The package will set necessary ENV variables already like the
FRONTEND_URL
so please only specify settings which are custom to your setup. Same goes for redis and postgres related settings. Further SMTP will also be set in the package as soon as it has email integration I assume. -
@luckow said in Defaults in the .env file:
DISABLE_TELEMETRY=true
Is this on by default? I guess we can set this to false in the package itself. It seems https://github.com/chatwoot/chatwoot/pull/2631 added it. FWIW, I am not against telemetry itself as long as user can easily enable/disable it.
-
@girish in my understanding, yes. Taken from here https://www.chatwoot.com/docs/self-hosted/telemetry