mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[FTR] Add a generic env
object to schema (#13981)
This commit is contained in:
parent
4a01554646
commit
f1c2d31feb
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ export const schema = Joi.object().keys({
|
|||
elasticsearch: urlPartsSchema(),
|
||||
}).default(),
|
||||
|
||||
env: Joi.object().default(),
|
||||
|
||||
chromedriver: Joi.object().keys({
|
||||
url: Joi.string().uri({ scheme: /https?/ }).default('http://localhost:9515')
|
||||
}).default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue