mirror of https://github.com/zulip/zulip.git
docs: Add missing single quote in EMAIL_FILE_PATH.
This commit is contained in:
parent
ba323faef6
commit
ccc2451b93
|
@ -36,7 +36,7 @@ provider, you can add to `/etc/zulip/settings.py` the following:
|
|||
|
||||
```
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend'
|
||||
EMAIL_FILE_PATH = '/var/log/zulip/emails
|
||||
EMAIL_FILE_PATH = '/var/log/zulip/emails'
|
||||
```
|
||||
|
||||
Outgoing emails that Zulip would have sent will just be written to
|
||||
|
|
Loading…
Reference in New Issue