Skip to content

Commit df43cfb

Browse files
authored
Http Library
1 parent 2176935 commit df43cfb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

java/src/test/resources/test_cybs.properties

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ allowRetry=true
2525
numberOfRetries=5
2626
retryInterval=5
2727

28+
#To use your own Http library set ClientHttpFactoryEnabled to true
29+
# set useClientHttpFactory field with the class name which has Http implementation. Provide the full class with package name.
30+
#ClientHttpFactoryEnabled=
31+
#useClientHttpFactory=
32+
2833
# Mechanism to differentiate whether Payload is encrypted or not
2934
useSignAndEncrypted=false
3035

@@ -40,4 +45,4 @@ logMaximumSize=10
4045
#proxyHost=<-- Set the Proxy Host-->
4146
#proxyPort=< -- Set the Proxy port-->
4247
#proxyUser=< -- Proxy user name-->
43-
#proxyPassword=< -- Proxy passsword-->
48+
#proxyPassword=< -- Proxy passsword-->

0 commit comments

Comments
 (0)