We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f67c4 commit 2176935Copy full SHA for 2176935
1 file changed
java/src/main/resources/cybs.properties
@@ -32,6 +32,11 @@ allowRetry=true
32
numberOfRetries=5
33
retryInterval=5
34
35
+#To use your own Http library set ClientHttpFactoryEnabled to true
36
+# set useClientHttpFactory field with the class name which has Http implementation. Provide the full class with package name.
37
+#ClientHttpFactoryEnabled=
38
+#useClientHttpFactory=
39
+
40
# If This property is set to true then the p12 certificate must be stored in JKS format
41
# program will read it from there. If it is set to false then the certificate will be read from
42
# the location specified above from the key directory location
0 commit comments