mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
configure manifest to master service
This commit is contained in:
parent
7c44469592
commit
6094b7f047
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ module.exports = () => Joi.object({
|
|||
allowAnonymous: Joi.boolean().default(false)
|
||||
}).default(),
|
||||
tilemap: Joi.object({
|
||||
manifestServiceUrl: Joi.string().default('https://tiles.elastic.co/v2/manifest'),
|
||||
manifestServiceUrl: Joi.string().default('https://tiles-stage.elastic.co/v2/manifest'),
|
||||
url: Joi.string(),
|
||||
options: Joi.object({
|
||||
attribution: Joi.string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue