1
1
[default .theme ]
2
2
primary_color =" #006DF9"
3
3
primary_hover_color =" #005ED6"
4
- sidebar_color =" #242F48"
4
+ sidebar_primary =" #FCFCFD"
5
+ sidebar_secondary = " #FFFFFF"
6
+ sidebar_hover_color = " #D9DDE5"
7
+ sidebar_primary_text_color =" #1C6DEA"
8
+ sidebar_secondary_text_color = " #525866"
9
+ sidebar_border_color = " #ECEFF3"
5
10
6
11
[default .endpoints ]
7
12
api_url =" http://localhost:8080" # The backend hyperswitch API server for making payments
8
13
sdk_url =" http://localhost:9050/HyperLoader.js" # SDK distribution url used for loading the SDK in control center
14
+ hypersense_url =" "
9
15
logo_url =" "
10
16
favicon_url =" "
17
+ agreement_url =" "
18
+ agreement_version =" "
19
+ apple_pay_certificate_url =" "
11
20
mixpanel_token =" "
12
-
21
+ recon_iframe_url =" "
22
+ dss_certificate_url =" "
13
23
[default .features ]
14
24
test_live_toggle =false
15
25
is_live_mode =false
16
26
email =false
17
27
quick_start =false
18
- audit_trail =true
19
- system_metrics =false
28
+ audit_trail =false
20
29
sample_data =false
21
- frm =false
30
+ frm =true
22
31
payout =true
23
- recon =false
32
+ recon =true
24
33
test_processors =true
25
34
feedback =false
26
35
mixpanel =false
27
36
generate_report =false
28
- user_journey_analytics =false
29
- authentication_analytics =true
30
- surcharge =false
37
+ surcharge =true
31
38
dispute_evidence_upload =false
32
39
paypal_automatic_flow =false
33
- threeds_authenticator =false
34
- global_search =true
35
- dispute_analytics =true
36
- configure_pmts =false
40
+ threeds_authenticator =true
41
+ global_search =false
42
+ global_search_filters =false
43
+ dispute_analytics =false
44
+ authentication_analytics =false
45
+ configure_pmts =true
37
46
branding =false
38
- user_management_revamp =true
39
- totp =true
40
- live_users_counter =false
47
+ granularity =false
48
+ compliance_certificate =false
49
+ pm_authentication_processor =true
50
+ performance_monitor =false
51
+ new_analytics =false
52
+ new_analytics_smart_retries =false
53
+ new_analytics_refunds =false
54
+ new_analytics_filters =false
55
+ down_time =false
56
+ dev_theme_feature =false
57
+ tax_processor =true
58
+ force_cookies =false
59
+ x_feature_route =false
60
+ tenant_user =false
61
+ dev_click_to_pay =true
62
+ dev_recon_v2_product =false
63
+ dev_recovery_v2_product =false
64
+ dev_vault_v2_product =false
65
+ dev_intelligent_routing_v2 =false
66
+ dev_modularity_v2 =false
67
+ dev_alt_payment_methods =false
68
+ dev_hypersense_v2_product =false
69
+ maintainence_alert =" "
70
+
71
+ [default .merchant_config ]
72
+ [default .merchant_config .new_analytics ]
73
+ org_ids =[]
74
+ merchant_ids =[]
75
+ profile_ids =[]
0 commit comments