Add environment variables page
Adds initial concept for an environment variables page under the Panel section. This is following the configurations set in the panel files. Variables reused in other config files will not be defined in multiple sections, but they may be referenced in the descriptions. Closes #471.
Variables
Sections with "requires discussion" are yet to be added or completed as they require further discussion on how it should be documented or amendments with the current documentation.
- [x] Application (
config/app.php) - [ ] Backups (
config/backups.php) (requires discussion) - [ ] Broadcasts (
config/broadcasting.php) - [ ] Caching (
config/cache.php) (requires discussion) - [x] CORS (
config/cors.php) - [ ] Database (
config/database.php) - [x] Filesystems (
config/filesystems.php) (requires discussion) - [x] Hashids (
config/hashids.php) - [x] Hashing (
config/hashing.php) - [x] HTTP (
config/http.php) - [ ] Logging (
config/logging.php) - [ ] Mail (
config/mail.php) - [ ] Pterodactyl (
config/pterodactyl.php) (requires discussion) - [ ] Queue (
config/queue.php) - [x] reCAPTCHA (
config/recaptcha.php) - [ ] Sanctum (
config/sanctum.php) (requires discussion) - [ ] Services (
config/services.php) - [ ] Session (
config/session.php) - [x] Trusted Proxy (
config/trustedproxy.php) - [ ] Views (
config/view.php) (requires discussion)
Please do not make requests about the formatting of the tables until after this PR is ready to merge as the information is subject to change which requires constant reformatting.
This would be very helpful to fully implement. I'll raise this to be worked on.
Any updates on this? this page would be really useful to have in the docs!