@@ -55,9 +55,9 @@ master_enc_key = "73ad7bbbbc640c845a150f67d058b279849370cd2c1f3c67c4dd6c869213e1
55
55
password_validity_in_days = 90
56
56
two_factor_auth_expiry_in_secs = 300
57
57
totp_issuer_name = " Hyperswitch"
58
- base_url = " http://localhost:8080 "
58
+ base_url = " http://localhost:9000 "
59
59
force_two_factor_auth = false
60
- force_cookies = true
60
+ force_cookies = false
61
61
62
62
[locker ]
63
63
host = " "
@@ -572,6 +572,7 @@ authentication_analytics_topic = "hyperswitch-authentication-events"
572
572
573
573
[analytics ]
574
574
source = " sqlx"
575
+ forex_enabled = false # Enable or disable forex conversion for analytics
575
576
576
577
[analytics .clickhouse ]
577
578
username = " default"
@@ -695,7 +696,7 @@ connector_list = "cybersource"
695
696
sender_email =
" [email protected] " # Sender email
696
697
aws_region = " " # AWS region used by AWS SES
697
698
allowed_unverified_days = 1 # Number of days the api calls ( with jwt token ) can be made without verifying the email
698
- active_email_client = " NO_EMAIL_CLIENT " # The currently active email client
699
+ active_email_client = " SMTP " # The currently active email client
699
700
recon_recipient_email =
" [email protected] " # Recipient email for recon request email
700
701
prod_intent_recipient_email =
" [email protected] " # Recipient email for prod intent email
701
702
@@ -707,6 +708,13 @@ sts_role_session_name = "" # An identifier for the assumed role session, used to
707
708
[theme .storage ]
708
709
file_storage_backend = " file_system" # Theme storage backend to be used
709
710
711
+ # Configuration for smtp, applicable when the active email client is SMTP
712
+ [email .smtp ]
713
+ host = " mailhog" # SMTP host
714
+ port = 1025 # SMTP port
715
+ timeout = 10 # Timeout for SMTP connection in seconds
716
+ connection = " plaintext" # currently plaintext and starttls are supported
717
+
710
718
[theme .email_config ]
711
719
entity_name = " Hyperswitch" # Name of the entity to be showed in emails
712
720
entity_logo_url = " https://example.com/logo.svg" # Logo URL of the entity to be used in emails
0 commit comments