Skip to content

Commit

Permalink
Update EMS API urls for production (#56657)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpeihl authored Feb 3, 2020
1 parent 24ed071 commit d66029d
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 @@ -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'
),
Expand Down

0 comments on commit d66029d

Please sign in to comment.