Skip to content

Commit 22928cc

Browse files
committed
refactor: revert development.toml changes
1 parent 56f966b commit 22928cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/development.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ apple_pay_merchant_cert_key = "APPLE_PAY_MERCHNAT_CERTIFICATE_KEY"
584584

585585
[generic_link]
586586
[generic_link.payment_method_collect]
587-
sdk_url = "https://0320-219-65-110-2.ngrok-free.app/HyperLoader.js"
587+
sdk_url = "http://localhost:9050/HyperLoader.js"
588588
expiry = 900
589589
[generic_link.payment_method_collect.ui_config]
590590
theme = "#4285F4"
@@ -596,7 +596,7 @@ bank_transfer = "ach,bacs,sepa"
596596
wallet = "paypal,pix,venmo"
597597

598598
[generic_link.payout_link]
599-
sdk_url = "https://0320-219-65-110-2.ngrok-free.app/HyperLoader.js"
599+
sdk_url = "http://localhost:9050/HyperLoader.js"
600600
expiry = 900
601601
[generic_link.payout_link.ui_config]
602602
theme = "#4285F4"
@@ -612,7 +612,7 @@ sepa = { country = "ES,SK,AT,NL,DE,BE,FR,FI,PT,IE,EE,LT,LV,IT,CZ,DE,HU,NO,PL,SE,
612612
ach = { country = "US", currency = "USD" }
613613

614614
[payment_link]
615-
sdk_url = "https://0320-219-65-110-2.ngrok-free.app/HyperLoader.js"
615+
sdk_url = "http://localhost:9050/HyperLoader.js"
616616

617617
[payment_method_auth]
618618
redis_expiry = 900
@@ -701,7 +701,7 @@ enabled = false
701701
global_tenant = { schema = "public", redis_key_prefix = "" }
702702

703703
[multitenancy.tenants]
704-
public = { name = "hyperswitch", base_url = "https://help-submission-vision-deliver.trycloudflare.com", schema = "public", redis_key_prefix = "", clickhouse_database = "default"}
704+
public = { name = "hyperswitch", base_url = "http://localhost:8080", schema = "public", redis_key_prefix = "", clickhouse_database = "default"}
705705

706706
[user_auth_methods]
707707
encryption_key = "A8EF32E029BC3342E54BF2E172A4D7AA43E8EF9D2C3A624A9F04E2EF79DC698F"

0 commit comments

Comments
 (0)