README.rst: describe DOCBOW_MAX_FILE_SIZE setting

This commit is contained in:
Benjamin Dauvergne 2014-01-31 10:20:33 +01:00
parent 3c8a22cc0b
commit 78010b285d
1 changed files with 3 additions and 1 deletions

View File

@ -190,12 +190,14 @@ one is potentially localized, for example to add a link to google, add this line
Settings
--------
All settings must be donne in the file ``/etc/docbow/local_settings.py``. Available settings arr:
All settings must be donne in the file ``/etc/docbow/local_settings.py``. Available settings are:
* ``DOCBOW_ORGANIZATION``: an unicode string giving a description of the
organization providing the platform. It's used as a signature in mail and
sms notifications.
* ``RAVEN_CONFIG_DSN``: the URL of the sentry project for gathering exceptions.
* ``DOCBOW_MAX_FILE_SIZE``: the maximum file size for attached files, as
bytes. Default is 10 Mo.
Customizing templates
---------------------