|
69.
|
|
|
``$cfg->noreplyaddress = 'noreply@yourdomainhere';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:248
|
|
70.
|
|
|
Set the system mail address. Notifications are sent from this address (except for a few emails when a person doesn't yet have an account). You can also set it in *Administration menu → Configure site → Site options → Email settings*.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:250
|
|
71.
|
|
|
Typically, the noreply address is one that is not monitored as people are not supposed to reply to it.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:252
|
|
72.
|
|
|
log targets: Destination for log information
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:208
|
|
73.
|
|
|
Typical production environment:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:210
|
|
74.
|
|
|
``$cfg->log_dbg_targets = LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:212
|
|
75.
|
|
|
``$cfg->log_info_targets = LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:213
|
|
76.
|
|
|
``$cfg->log_warn_targets = LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:214
|
|
77.
|
|
|
Typical non-production environment:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:216
|
|
78.
|
|
|
``$cfg->log_dbg_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:218
|