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
10471047
10481048Default: ` 10 `
10491049
1050+ Env: ` JOOMLA_SITE_FEED_LIMIT `
1051+
10501052### feed_email
10511053
10521054Feed email: ` none ` , ` author ` , ` site ` .
10531055
10541056Default: ` none `
10551057
1058+ Env: ` JOOMLE_SITE_FEED_EMAIL `
1059+
10561060### Example
10571061
10581062``` php title="configuration.php"
@@ -1093,6 +1097,6 @@ JOOMLA_SITE_OFFLINE_MESSAGE=Maintenance
10931097JOOMLA_SITE_OFFLINE_MESSAGE_DISPLAY=2
10941098JOOMLA_SITE_OFFLINE_IMAGE=images/offline.png
10951099
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
10981102```
You can’t perform that action at this time.
0 commit comments