From 1d8bd39a5ee8942381b9ad324dd3efbce58d3caa Mon Sep 17 00:00:00 2001 From: Nick Peihl Date: Mon, 3 Feb 2020 15:29:09 -0800 Subject: [PATCH] Update EMS API urls for production (#56657) (#56689) --- src/legacy/server/config/schema.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/legacy/server/config/schema.js b/src/legacy/server/config/schema.js index b5e9e9db32f5f6..bf1cd8c0217d94 100644 --- a/src/legacy/server/config/schema.js +++ b/src/legacy/server/config/schema.js @@ -260,9 +260,9 @@ export default () => manifestServiceUrl: Joi.string() .default('') .allow(''), - emsFileApiUrl: Joi.string().default('https://vector-staging.maps.elastic.co'), + emsFileApiUrl: Joi.string().default('https://vector.maps.elastic.co'), emsTileApiUrl: Joi.string().default('https://tiles.maps.elastic.co'), - emsLandingPageUrl: Joi.string().default('https://maps.elastic.co/v7.4'), + emsLandingPageUrl: Joi.string().default('https://maps.elastic.co/v7.6'), emsFontLibraryUrl: Joi.string().default( 'https://tiles.maps.elastic.co/fonts/{fontstack}/{range}.pbf' ),