Disable some security options in django settings.

This commit is contained in:
Abhilash Raj
2017-04-07 18:22:43 -07:00
parent 5b53844a7e
commit aec4ef4e03
5 changed files with 15 additions and 8 deletions

View File

@@ -43,6 +43,9 @@ change them unless you know what you want.
- `SMTP_PORT`: Port used for SMTP. Default is `25`.
- `DJANGO_LOG_URL`: Path to the django's log file. Defaults to
`/opt/mailman-web-data/logs/mailmanweb.log`.
Running
=======