From d66029d6ab7a8fabb3dd96f2fd09c607a8cfb3fd 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 88a794445870c..f2a14df1d1eb3 100644 --- a/src/legacy/server/config/schema.js +++ b/src/legacy/server/config/schema.js @@ -257,9 +257,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' ),