Skip to content

Commit

Permalink
use beta-api.ft.com for offer-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellis Pritchard committed Aug 1, 2016
1 parent 1cf1b51 commit 3c828ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/metrics/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ module.exports = {
'ig-stream-content': /^https?:\/\/ft-ig-stream-content\.herokuapp\.com\//,
'www-ft-com': /^https?:\/\/www\.ft\.com/,
'prod-up-read': /^https:\/\/prod-coco-up-read\.ft\.com\//,
'offer-api-test': /^https:\/\/offer-api-gw-eu-west-1-test.memb.ft.com\//,
'offer-api': /^https:\/\/offer-api-gw-eu-west-1-prod.memb.ft.com\//,
'offer-api-test': /^https:\/\/(beta-)?api-t\.ft\.com\/offers\//,
'offer-api': /^https:\/\/(beta-)?api\.ft\.com\/offers\//,
'user-profile-service-test': /https:\/\/user-profile-svc-gw-eu-west-1-test\.memb\.ft\.com\/users/,
'user-profile-service-prod': /https:\/\/user-profile-svc-gw-eu-west-1-prod\.memb\.ft\.com\/users/,
'subscription-api-test-billing-countries': /^https:\/\/subscription-api-gw-eu-west-1-test\.memb\.ft\.com\/subscription-ref-data\/billing-countries/,
Expand Down

0 comments on commit 3c828ab

Please sign in to comment.