From 8c5a607908058285f1c8b9743d14002082ef26b1 Mon Sep 17 00:00:00 2001 From: Nick Peihl Date: Mon, 3 Feb 2020 09:52:11 -0800 Subject: [PATCH] Update EMS API urls for production --- 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 88a794445870c2..f2a14df1d1eb38 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' ),