From 9988e9f1b82d4a2f0c2ceac77629df4c8d7a4ae2 Mon Sep 17 00:00:00 2001 From: Elastic Jasper Date: Mon, 23 Jan 2017 01:37:54 -0500 Subject: [PATCH] update manifest url to production server Backports PR #9985 **Commit 1:** update manifest url to production server * Original sha: bf6d130843ce510e06c6efa4a575dbad63949cba * Authored by Thomas Neirynck on 2017-01-20T20:52:43Z --- src/server/config/schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/config/schema.js b/src/server/config/schema.js index bf90a97e21354..7d3ecd62749ca 100644 --- a/src/server/config/schema.js +++ b/src/server/config/schema.js @@ -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(),