Skip to content

Commit

Permalink
chore: changed the feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarnaikjuspay committed Dec 15, 2023
1 parent 1e3956a commit 6a5d887
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions config/FeatureFlag.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"test_live_toggle": true,
"test_live_toggle": false,
"is_live_mode": false,
"magic_link": true,
"production_access": true,
"quick_start": true,
"switch_merchant": true,
"audit_trail": true,
"system_metrics": true,
"sample_data": true,
"frm": true,
"payout": true,
"recon": true,
"user_management": true,
"magic_link": false,
"production_access": false,
"quick_start": false,
"switch_merchant": false,
"audit_trail": false,
"system_metrics": false,
"sample_data": false,
"frm": false,
"payout": false,
"recon": false,
"user_management": false,
"test_processors": true,
"feedback": true,
"verify_connector": true,
"feedback": false,
"verify_connector": false,
"mixpanel": false,
"business_profile": true,
"generate_report": true,
"forgot_password": true,
"business_profile": false,
"generate_report": false,
"forgot_password": false,
"oss_build": true
}

0 comments on commit 6a5d887

Please sign in to comment.