Skip to content

Commit 6e0041c

Browse files
chore(dashboard): update dashboard toml (#7703)
Co-authored-by: Jeeva Ramachandran <[email protected]>
1 parent 879cacd commit 6e0041c

File tree

1 file changed

+51
-16
lines changed

1 file changed

+51
-16
lines changed

config/dashboard.toml

Lines changed: 51 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,75 @@
11
[default.theme]
22
primary_color="#006DF9"
33
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"
510

611
[default.endpoints]
712
api_url="http://localhost:8080" # The backend hyperswitch API server for making payments
813
sdk_url="http://localhost:9050/HyperLoader.js" # SDK distribution url used for loading the SDK in control center
14+
hypersense_url=""
915
logo_url=""
1016
favicon_url=""
17+
agreement_url=""
18+
agreement_version=""
19+
apple_pay_certificate_url=""
1120
mixpanel_token=""
12-
21+
recon_iframe_url=""
22+
dss_certificate_url=""
1323
[default.features]
1424
test_live_toggle=false
1525
is_live_mode=false
1626
email=false
1727
quick_start=false
18-
audit_trail=true
19-
system_metrics=false
28+
audit_trail=false
2029
sample_data=false
21-
frm=false
30+
frm=true
2231
payout=true
23-
recon=false
32+
recon=true
2433
test_processors=true
2534
feedback=false
2635
mixpanel=false
2736
generate_report=false
28-
user_journey_analytics=false
29-
authentication_analytics=true
30-
surcharge=false
37+
surcharge=true
3138
dispute_evidence_upload=false
3239
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
3746
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

Comments
 (0)