mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This commit is contained in:
parent
9b480ca08f
commit
1967e99b43
1 changed files with 3 additions and 3 deletions
|
@ -94,10 +94,10 @@ export const reporting = (kibana) => {
|
|||
concurrency: Joi.number().integer().default(appConfig.concurrency), //deprecated
|
||||
browser: Joi.object({
|
||||
type: Joi.any().valid(CHROMIUM).default(CHROMIUM),
|
||||
autoDownload: Joi.boolean().when('$dev', {
|
||||
autoDownload: Joi.boolean().when('$dist', {
|
||||
is: true,
|
||||
then: Joi.default(true),
|
||||
otherwise: Joi.default(false),
|
||||
then: Joi.default(false),
|
||||
otherwise: Joi.default(true),
|
||||
}),
|
||||
chromium: Joi.object({
|
||||
disableSandbox: Joi.boolean().default(await getDefaultChromiumSandboxDisabled()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue