update manifest url to production server (#9985)

This commit is contained in:
Thomas Neirynck 2017-01-23 01:36:40 -05:00 committed by GitHub
parent d990fce876
commit deb399a8f9

View file

@ -132,7 +132,7 @@ module.exports = () => Joi.object({
allowAnonymous: Joi.boolean().default(false)
}).default(),
tilemap: Joi.object({
manifestServiceUrl: Joi.string().default('https://tiles-stage.elastic.co/v2/manifest'),
manifestServiceUrl: Joi.string().default('https://tiles.elastic.co/v2/manifest'),
url: Joi.string(),
options: Joi.object({
attribution: Joi.string(),