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