|
240.
|
|
|
.. image:: images/administration/config_productionmode.*
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:342
|
|
241.
|
|
|
Info message when site is not in prodution mode
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:342
|
|
242.
|
|
|
A number of parameters are overridden with sensible defaults for a testing or development site. For the current list of parameters, please see ``init.php``. These settings include:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:344
|
|
243.
|
|
|
Print debug, information and warning messages as well as environment targets to the screen and the error log. This helps to see error messages quickly as they appear directly on the screen.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:346
|
|
244.
|
|
|
Turn on :ref:`developer mode <config_variable_developermode>`.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:347
|
|
245.
|
|
|
Disable cache.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:348
|
|
246.
|
|
|
Paradoxically, you will need to set ``productionmode=true`` if you want to fine-tune your settings on a test / development site because ``productionmode=false`` overrides a lot of settings with sensible developer mode defaults.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:351
|
|
247.
|
|
|
remoteavatarbaseurl: Remote avatar server URL
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:360
|
|
248.
|
|
|
``$cfg->remoteavatarbaseurl = 'https://example.com/avatar/';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:362
|
|
249.
|
|
|
Profile pictures of your account holders can be pulled from an avatar service such as Gravatar. If you run your own service. e.g. `Libravatar <https://www.libravatar.org/>`_, you can point Mahara directly to it with this configuration variable.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:364
|