We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11052e commit decf9daCopy full SHA for decf9da
docs/core/settings/syntax.md
@@ -467,6 +467,10 @@ login_log_format_elements = $SET:login_log_format_elements session=<%{session}>
467
# Expands to: user=<%{user}> method=%{mechanism} session=<%{session}>
468
```
469
470
+[[changed,settings_delayed_expansion_changed]] The setting name can now
471
+contain a filter path, for example `$SET:service/auth/service_client_limit`.
472
+Full setting names must be used here - automatic prefixing isn't attempted.
473
+
474
See also [[link,settings_variables]].
475
476
## Environment Variables
0 commit comments