Skip to content

Commit decf9da

Browse files
sirainencmouse
authored andcommitted
settings/syntax: Document $SET:filter/path/key
1 parent e11052e commit decf9da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/core/settings/syntax.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,10 @@ login_log_format_elements = $SET:login_log_format_elements session=<%{session}>
467467
# Expands to: user=<%{user}> method=%{mechanism} session=<%{session}>
468468
```
469469

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+
470474
See also [[link,settings_variables]].
471475

472476
## Environment Variables

0 commit comments

Comments
 (0)