mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
8ad5fc6860
commit
d8e0060e31
1 changed files with 1 additions and 2 deletions
|
@ -177,8 +177,7 @@ export default () => Joi.object({
|
|||
map: Joi.object({
|
||||
manifestServiceUrl: Joi.when('$dev', {
|
||||
is: true,
|
||||
// then: Joi.string().default('https://staging-dot-catalogue-dot-elastic-layer.appspot.com/v2/manifest'),
|
||||
then: Joi.string().default('https://catalogue.maps.elastic.co/v2/manifest'),
|
||||
then: Joi.string().default('https://staging-dot-catalogue-dot-elastic-layer.appspot.com/v2/manifest'),
|
||||
otherwise: Joi.string().default('https://catalogue.maps.elastic.co/v2/manifest')
|
||||
}),
|
||||
includeElasticMapsService: Joi.boolean().default(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue