From 05ab12094b2dcaf862e8bf4414b8dfaa81be27b0 Mon Sep 17 00:00:00 2001 From: Nick Peihl Date: Mon, 3 Feb 2020 13:30:20 -0800 Subject: [PATCH] Update EMS API urls for production (#56657) --- 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 b5e9e9db32f5f..bf1cd8c0217d9 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' ),