From 7b0f2b3f92b776d548f970548b2b2c35cf9c39b3 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Thu, 10 Jul 2014 17:29:53 +0200 Subject: [PATCH] Remove mkt settings from local_settings template (bug 1036997) --- docs/settings/settings_local.dev.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/settings/settings_local.dev.py b/docs/settings/settings_local.dev.py index 7e93ccb83e..291dce6130 100644 --- a/docs/settings/settings_local.dev.py +++ b/docs/settings/settings_local.dev.py @@ -81,12 +81,6 @@ VALIDATOR_TIMEOUT = -1 # In production we do not want to allow this. ALLOW_SELF_REVIEWS = True -# For Marketplace payments. -APP_PURCHASE_KEY = 'localhost' -APP_PURCHASE_AUD = 'localhost' -APP_PURCHASE_TYP = 'mozilla-local/payments/pay/v1' -APP_PURCHASE_SECRET = 'This secret must match your webpay SECRET' - # If you want to skip pre-generation locally, disable it: PRE_GENERATE_APKS = False