|
@@ -94,6 +94,7 @@ and with newer packages in general (Apache, PHP).
|
|
|
* `TZ`: (default is `UTC`) A [server timezone](http://php.net/timezones)
|
|
* `TZ`: (default is `UTC`) A [server timezone](http://php.net/timezones)
|
|
|
* `CRON_MIN`: (default is disabled) Define minutes for the built-in cron job to automatically refresh feeds (see below for more advanced options)
|
|
* `CRON_MIN`: (default is disabled) Define minutes for the built-in cron job to automatically refresh feeds (see below for more advanced options)
|
|
|
* `DATA_PATH`: (default is empty, defined by `./constants.local.php` or `./constants.php`) Defines the path for writeable data.
|
|
* `DATA_PATH`: (default is empty, defined by `./constants.local.php` or `./constants.php`) Defines the path for writeable data.
|
|
|
|
|
+* `ENABLE_ACCESS_LOG`: (default is `1`) Set to `0` to disable the Apache access log.
|
|
|
* `FRESHRSS_ENV`: (default is `production`) Enables additional development information if set to `development` (increases the level of logging and ensures that errors are displayed) (see below for more development options)
|
|
* `FRESHRSS_ENV`: (default is `production`) Enables additional development information if set to `development` (increases the level of logging and ensures that errors are displayed) (see below for more development options)
|
|
|
* `COPY_LOG_TO_SYSLOG`: (default is `On`) Copy all the logs to syslog
|
|
* `COPY_LOG_TO_SYSLOG`: (default is `On`) Copy all the logs to syslog
|
|
|
* `COPY_SYSLOG_TO_STDERR`: (default is `On`) Copy syslog to Standard Error so that it is visible in docker logs
|
|
* `COPY_SYSLOG_TO_STDERR`: (default is `On`) Copy syslog to Standard Error so that it is visible in docker logs
|