Skip to content

Remove debug settings from production YAML configuration - #5

Merged
arkdevuk merged 2 commits into
mainfrom
dev
Jul 20, 2026
Merged

arkdevuk merged 2 commits into
mainfrom
dev

Conversation

@arkdevuk

Copy link
Copy Markdown
Owner

This pull request removes some configuration settings related to debugging and profiling in the production environment. The changes simplify the configuration files by eliminating explicit disabling of debug and web profiler features for production.

Configuration cleanup:

  • Removed the debug.enabled: false setting from the production environment in config/packages/debug.yaml, relying on default behavior instead.
  • Removed the web_profiler.toolbar: false and web_profiler.intercept_redirects: false settings from the production environment in config/packages/web_profiler.yaml, as these are disabled by default.

arkdevuk and others added 2 commits July 20, 2026 13:06
Merge pull request #3 from arkdevuk/dev
@arkdevuk arkdevuk self-assigned this Jul 20, 2026
@arkdevuk
arkdevuk merged commit a768571 into main Jul 20, 2026
1 check passed
arkdevuk added a commit that referenced this pull request Jul 20, 2026
Merge pull request #5 from arkdevuk/dev
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.

1 participant