Skip to content
Snippets Groups Projects
Unverified Commit f4b1a9a5 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Require direct references to configuration variables. (#10985)

This removes the magic allowing accessing configurable
variables directly from the config object. It is now required
that a specific configuration class is used (e.g. `config.foo`
must be replaced with `config.server.foo`).
parent 829f2a82
No related branches found
No related tags found
Loading
Showing
with 49 additions and 89 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment