Skip to content

Commit b8738cc

Browse files
committed
docs: add environment variables for feed configuration
1 parent 13845bd commit b8738cc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/reference/configuration.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

10481048
Default: `10`
10491049

1050+
Env: `JOOMLA_SITE_FEED_LIMIT`
1051+
10501052
### feed_email
10511053

10521054
Feed email: `none`, `author`, `site`.
10531055

10541056
Default: `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
10931097
JOOMLA_SITE_OFFLINE_MESSAGE_DISPLAY=2
10941098
JOOMLA_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
```

0 commit comments

Comments
 (0)