Configuration options reference
User description
This PR adds a reference with all available configuration options and corresponding environment variables (configuration.php). See: https://github.com/joomla/joomla-cms/pull/45523
This is an updated version of https://github.com/joomla/Manual/pull/429
PR Type
Documentation
Description
-
Add comprehensive reference for all configuration options
- Includes mapping to environment variables and
configuration.php - Covers caching, database, mail, session, SEO, and more
- Provides example configuration snippets for PHP and .env
- Includes mapping to environment variables and
-
Add placeholder for unfinished reference index page
Changes walkthrough 📝
| Relevant files | |||||
|---|---|---|---|---|---|
| Documentation |
|
Need help?
Type /help how to ...in the comments thread for any questions about Qodo Merge usage.Check out the documentation for more information.
@Fedik, I've found that these options don't have corresponding envs:
- asset_id
- session_metadata_for_guest
- session_memcached_server_id
- feed_limit
- feed_email
Add support for them in your PR, please.
asset_id probably can ignore, I did not found why it is needed. Others I will update later.
@Fedik, the asset_id is used for cache busting:
Cache busting is a technique used by web developers to force the browser to load the most recent version of a file, rather than a previously cached version.
I think you better add support for it.
@Fedik, I've just checked the Joomla source code and didn't find any usage of the asset_id. So, maybe you're right - it's a totally useless parameter.
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
| ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪ |
| 🧪 No relevant tests |
| 🔒 No security concerns identified |
⚡ Recommended focus areas for reviewTypo
|
PR Code Suggestions ✨
Explore these optional code suggestions:
| Category | Suggestion | Impact |
| General |
✅
| Low |
| ||