Re-enable the staging config (#18980) (#18999)

This commit is contained in:
Thomas Neirynck 2018-05-11 10:14:29 -04:00 committed by GitHub
parent 8ad5fc6860
commit d8e0060e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,8 +177,7 @@ export default () => Joi.object({
map: Joi.object({
manifestServiceUrl: Joi.when('$dev', {
is: true,
// then: Joi.string().default('https://staging-dot-catalogue-dot-elastic-layer.appspot.com/v2/manifest'),
then: Joi.string().default('https://catalogue.maps.elastic.co/v2/manifest'),
then: Joi.string().default('https://staging-dot-catalogue-dot-elastic-layer.appspot.com/v2/manifest'),
otherwise: Joi.string().default('https://catalogue.maps.elastic.co/v2/manifest')
}),
includeElasticMapsService: Joi.boolean().default(true)