Skip to content

Commit

Permalink
fix: add connector onboarding envs in loadtest config
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMani committed Dec 5, 2023
1 parent 7e57f8c commit c6fbd1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions loadtest/config/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,9 @@ connection_timeout = 10

[kv_config]
ttl = 300 # 5 * 60 seconds

[connector_onboarding.paypal]
client_id = ""
client_secret = ""
partner_id = ""
enabled = true

0 comments on commit c6fbd1d

Please sign in to comment.