File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1047,12 +1047,16 @@ The number of content items to be shown in any RSS news feeds set up on the webs
1047
1047
1048
1048
Default: ` 10 `
1049
1049
1050
+ Env: ` JOOMLA_SITE_FEED_LIMIT `
1051
+
1050
1052
### feed_email
1051
1053
1052
1054
Feed email: ` none ` , ` author ` , ` site ` .
1053
1055
1054
1056
Default: ` none `
1055
1057
1058
+ Env: ` JOOMLE_SITE_FEED_EMAIL `
1059
+
1056
1060
### Example
1057
1061
1058
1062
``` php title="configuration.php"
@@ -1093,6 +1097,6 @@ JOOMLA_SITE_OFFLINE_MESSAGE=Maintenance
1093
1097
JOOMLA_SITE_OFFLINE_MESSAGE_DISPLAY=2
1094
1098
JOOMLA_SITE_OFFLINE_IMAGE=images/offline.png
1095
1099
1096
- # feed_limit is not available as an environment variable
1097
- # feed_email is not available as an environment variable
1100
+ JOOMLA_SITE_FEED_LIMIT=20
1101
+ JOOMLE_SITE_FEED_EMAIL=author
1098
1102
```
You can’t perform that action at this time.
0 commit comments