These settings are available in system.settings and are autogenerated from source.
dynamic_disk_allow_from_env
Type
Bool
Default
0
Version history
| Version | Default value | Comment |
|---|---|---|
| 26.5 | 0 | New setting to allow `from_env` substitutions in dynamic disk configuration (the `disk()` function). Disabled by default for security. |
Allow using from_env substitutions in the dynamic disk configuration (i.e. in the disk() function arguments).
Disabled by default to prevent users from reading arbitrary environment variables when defining table storage.
dynamic_disk_allow_from_zk
Type
Bool
Default
0
Version history
| Version | Default value | Comment |
|---|---|---|
| 26.5 | 0 | New setting to allow `from_zk` substitutions in dynamic disk configuration (the `disk()` function). Disabled by default. |
Allow using from_zk substitutions in the dynamic disk configuration (i.e. in the disk() function arguments).
Disabled by default.
dynamic_disk_allow_include
Type
Bool
Default
0
Version history
| Version | Default value | Comment |
|---|---|---|
| 26.5 | 0 | New setting to allow `include` in dynamic disk configuration (the `disk()` function). Disabled by default. |
Allow using include in the dynamic disk configuration (i.e. in the disk() function arguments).
Disabled by default.