We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2176935 commit df43cfbCopy full SHA for df43cfb
1 file changed
java/src/test/resources/test_cybs.properties
@@ -25,6 +25,11 @@ allowRetry=true
25
numberOfRetries=5
26
retryInterval=5
27
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
+
33
# Mechanism to differentiate whether Payload is encrypted or not
34
useSignAndEncrypted=false
35
@@ -40,4 +45,4 @@ logMaximumSize=10
40
45
#proxyHost=<-- Set the Proxy Host-->
41
46
#proxyPort=< -- Set the Proxy port-->
42
47
#proxyUser=< -- Proxy user name-->
43
-#proxyPassword=< -- Proxy passsword-->
48
+#proxyPassword=< -- Proxy passsword-->
0 commit comments