Skip to content

Commit 46c0005

Browse files
committed
Added missing configuration in default tsunami_tcs.yaml
1 parent deb921f commit 46c0005

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tsunami_tcs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ plugin:
33
callback_address: "127.0.0.1" # Running callback server locally
44
callback_port: 8881 # Make sure to match with ones configured in tcs_config.yaml
55
polling_uri: "http://127.0.0.1:8880"
6+
common:
7+
net:
8+
http:
9+
trust_all_certificates: true
10+
connect_timeout_seconds: 60
11+

0 commit comments

Comments
 (0)