Skip to content

Commit

Permalink
Add feature flags for VIP Onboarding for 100 Year plan (#94985)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBroddin authored Sep 27, 2024
1 parent ecdc4de commit c948976
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions config/horizon.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions config/stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions config/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions config/wpcalypso.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c948976

Please sign in to comment.