You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds a reference with all available configuration options and corresponding environment variables (configuration.php). See: joomla/joomla-cms#45523
The environment variable in the example code uses the typo "JOOMLE_SITE_FEED_EMAIL" which matches the incorrect variable name in the documentation above, but should be corrected to "JOOMLA_SITE_FEED_EMAIL".
✅ Fix environment variable typoSuggestion Impact:The commit fixed the typo in the environment variable name exactly as suggested, changing JOOMLE_SITE_FEED_EMAIL to JOOMLA_SITE_FEED_EMAIL in both locations where it appeared in the document
There's a typo in the environment variable name. It should be JOOMLA_SITE_FEED_EMAIL instead of JOOMLE_SITE_FEED_EMAIL to maintain consistency with other environment variable naming patterns.
Why: The suggestion correctly identifies a typo in the environment variable name JOOMLE_SITE_FEED_EMAIL which should be JOOMLA_SITE_FEED_EMAIL to maintain consistency with the naming pattern used throughout the document.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
This PR adds a reference with all available configuration options and corresponding environment variables (
configuration.php). See: joomla/joomla-cms#45523This is an updated version of #429
PR Type
Documentation
Description
Add comprehensive reference for all configuration options
configuration.phpAdd placeholder for unfinished reference index page
Changes walkthrough 📝
configuration.md
Add exhaustive configuration and environment variable referencedocs/reference/configuration.md
configuration.phpand.envdatabase, debug, logging, mail, metadata, proxy, SEO, server, session,
and site
index.md
Add placeholder for reference index pagedocs/reference/index.md