Skip to content

Commit

Permalink
Merge branch '8.0' into backport/8.0/pr-122870
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Jan 26, 2022
2 parents 47e1d61 + 7a14a0f commit 4ff9368
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/console/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }),
}),
Expand Down

0 comments on commit 4ff9368

Please sign in to comment.