mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Remove support for console.ssl setting. (#123754)
This commit is contained in:
parent
797f07bf7d
commit
49d0f2eafc
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ const kibanaVersion = new SemVer(MAJOR_VERSION);
|
|||
// -------------------------------
|
||||
const schemaLatest = schema.object(
|
||||
{
|
||||
ssl: schema.object({ verify: schema.boolean({ defaultValue: false }) }, {}),
|
||||
ui: schema.object({
|
||||
enabled: schema.boolean({ defaultValue: true }),
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue