Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add environment variables page #492

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

devnote-dev
Copy link
Contributor

@devnote-dev devnote-dev commented Oct 15, 2022

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.

  • Application (config/app.php)
  • Backups (config/backups.php) (requires discussion)
  • Broadcasts (config/broadcasting.php)
  • Caching (config/cache.php) (requires discussion)
  • CORS (config/cors.php)
  • Database (config/database.php)
  • Filesystems (config/filesystems.php) (requires discussion)
  • Hashids (config/hashids.php)
  • Hashing (config/hashing.php)
  • HTTP (config/http.php)
  • Logging (config/logging.php)
  • Mail (config/mail.php)
  • Pterodactyl (config/pterodactyl.php) (requires discussion)
  • Queue (config/queue.php)
  • reCAPTCHA (config/recaptcha.php)
  • Sanctum (config/sanctum.php) (requires discussion)
  • Services (config/services.php)
  • Session (config/session.php)
  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document all environment variables
1 participant