diff --git a/config/development.json b/config/development.json index 67340e8be867b..d0a691d9f72bd 100644 --- a/config/development.json +++ b/config/development.json @@ -29,6 +29,7 @@ "zendesk_presales_chat_key_jp_checkout": "7c42153f-f579-49ba-a33e-246b2d27fb93", "zendesk_support_chat_key": "715f17a8-4a28-4a7f-8447-0ef8f06c70d7", "features": { + "100-year-plan/vip": true, "ad-tracking": false, "a4a-dev-sites": true, "a4a-dev-sites-referral": true, diff --git a/config/horizon.json b/config/horizon.json index 2e84944c2e2cd..b68d8eb46deb7 100644 --- a/config/horizon.json +++ b/config/horizon.json @@ -10,6 +10,7 @@ "logout_url": "https://wordpress.com/wp-login.php?action=logout&redirect_to=https%3A%2F%2F|subdomain|wordpress.com", "facebook_api_key": "249643311490", "features": { + "100-year-plan/vip": false, "ad-tracking": false, "a4a-dev-sites": true, "a4a-dev-sites-referral": false, diff --git a/config/production.json b/config/production.json index b29aab67bbbb0..fcb8887fe57e5 100644 --- a/config/production.json +++ b/config/production.json @@ -20,6 +20,7 @@ "zendesk_presales_chat_key_jp_checkout": "7c42153f-f579-49ba-a33e-246b2d27fb93", "zendesk_support_chat_key": "cec07bc9-4da6-4dd2-afa7-c7e01ae73584", "features": { + "100-year-plan/vip": false, "ad-tracking": true, "a4a-dev-sites": true, "a4a-dev-sites-referral": false, diff --git a/config/stage.json b/config/stage.json index 8c7c539addee6..0456d7c7cad5a 100644 --- a/config/stage.json +++ b/config/stage.json @@ -18,6 +18,7 @@ "zendesk_presales_chat_key_jp_checkout": "7c42153f-f579-49ba-a33e-246b2d27fb93", "zendesk_support_chat_key": "cec07bc9-4da6-4dd2-afa7-c7e01ae73584", "features": { + "100-year-plan/vip": false, "ad-tracking": false, "a4a-dev-sites": true, "a4a-dev-sites-referral": false, diff --git a/config/test.json b/config/test.json index 4fe1b7c621adc..cb2a540453e6f 100644 --- a/config/test.json +++ b/config/test.json @@ -21,6 +21,7 @@ "logout_url": "https://wordpress.com/wp-login.php?action=logout&redirect_to=https%3A%2F%2F|subdomain|wordpress.com", "facebook_api_key": "249643311490", "features": { + "100-year-plan/vip": false, "ad-tracking": false, "a4a-dev-sites": true, "a4a-dev-sites-referral": false, diff --git a/config/wpcalypso.json b/config/wpcalypso.json index 8370b6356a310..445ad5f0d0016 100644 --- a/config/wpcalypso.json +++ b/config/wpcalypso.json @@ -17,6 +17,7 @@ "zendesk_presales_chat_key_jp_checkout": "7c42153f-f579-49ba-a33e-246b2d27fb93", "zendesk_support_chat_key": "cec07bc9-4da6-4dd2-afa7-c7e01ae73584", "features": { + "100-year-plan/vip": false, "ad-tracking": false, "a4a-dev-sites": true, "a4a-dev-sites-referral": false,