Skip to content

Commit

Permalink
Update EMS API urls for production (elastic#56657) (elastic#56689)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpeihl committed Feb 3, 2020
1 parent 33f219f commit 1d8bd39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/legacy/server/config/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
),
Expand Down

0 comments on commit 1d8bd39

Please sign in to comment.