ADMIN-GUIDE: document auto_executor_selection
This commit is contained in:
parent
af25cedf33
commit
f5fc3a3c1a
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,12 @@ Currently the following settings are supported in
|
||||||
in order to require inheritance from specified templates.
|
in order to require inheritance from specified templates.
|
||||||
Valid values are `0` and `1`, the default is `1`.
|
Valid values are `0` and `1`, the default is `1`.
|
||||||
|
|
||||||
|
* `auto_executor_selection`: Automatically select executors based
|
||||||
|
on the presence of their config options. An admin may choose to
|
||||||
|
disable this setting in order to require explicitly enabling
|
||||||
|
executors through `use` statements. Valid values are `0` and `1`,
|
||||||
|
the default is `1`.
|
||||||
|
|
||||||
* `compat_create_interfaces`:
|
* `compat_create_interfaces`:
|
||||||
Denotes where or not to create interfaces when compat\_* settings are
|
Denotes where or not to create interfaces when compat\_* settings are
|
||||||
active and it would be necessary to create an interface to be fully
|
active and it would be necessary to create an interface to be fully
|
||||||
|
|
Loading…
Reference in a new issue