Skip to content

Commit

Permalink
fix: revert env and FeatureFlag changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Jan 17, 2024
1 parent 329d887 commit a512361
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiBaseUrl=https://integ-api.hyperswitch.io
apiBaseUrl=https://sandbox.hyperswitch.io
sdkBaseUrl=https://beta.hyperswitch.io/v1/HyperLoader.js
mixpanelToken=
8 changes: 4 additions & 4 deletions config/FeatureFlag.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"audit_trail": false,
"system_metrics": false,
"sample_data": false,
"frm": true,
"payout": true,
"recon": true,
"user_management": true,
"frm": false,
"payout": false,
"recon": false,
"user_management": false,
"test_processors": true,
"feedback": false,
"verify_connector": false,
Expand Down

0 comments on commit a512361

Please sign in to comment.