Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipb committed Aug 31, 2021
1 parent 3743c7b commit 501b23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/monitoring/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const configSchema = schema.object({
}),
min_interval_seconds: schema.number({ defaultValue: 10 }),
show_license_expiration: schema.boolean({ defaultValue: true }),
render_react_app: schema.boolean({ defaultValue: true }),
render_react_app: schema.boolean({ defaultValue: false }),
}),
kibana: schema.object({
collection: schema.object({
Expand Down

0 comments on commit 501b23e

Please sign in to comment.