Skip to content

Commit

Permalink
Merge pull request #4254 from pascalchevrel/bug1282494_use_ship_it_fo…
Browse files Browse the repository at this point in the history
…r_product_details_source

Bug 1282494: Use http://product-details.mozilla.org/ instead of the s…
  • Loading branch information
pmac committed Jul 29, 2016
2 parents da3de1d + b77d560 commit b9d14b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bedrock/settings/base.py
Expand Up @@ -101,6 +101,10 @@ def path(*args):
# http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGE_CODE = 'en-US'

# Use Ship It as the source for product_details
PROD_DETAILS_URL = config('PROD_DETAILS_URL',
default='https://product-details.mozilla.org/1.0/')

# Tells the product_details module where to find our local JSON files.
# This ultimately controls how LANGUAGES are constructed.
PROD_DETAILS_CACHE_NAME = 'product-details'
Expand Down

0 comments on commit b9d14b3

Please sign in to comment.