Add minconf

This commit is contained in:
Aayan L 2017-05-14 05:42:10 +00:00
parent f1a9c80feb
commit be2e0d6bfe
4 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@
}, },
"paymentProcessing": { "paymentProcessing": {
"minConf": 10,
"enabled": true, "enabled": true,
"paymentMode": "prop", "paymentMode": "prop",
"_comment_paymentMode":"prop, pplnt", "_comment_paymentMode":"prop, pplnt",

View File

@ -19,6 +19,7 @@
}, },
"paymentProcessing": { "paymentProcessing": {
"minConf": 10,
"enabled": false, "enabled": false,
"paymentMode": "prop", "paymentMode": "prop",
"_comment_paymentMode":"prop, pplnt", "_comment_paymentMode":"prop, pplnt",

View File

@ -20,6 +20,7 @@
}, },
"paymentProcessing": { "paymentProcessing": {
"minConf": 10,
"enabled": false, "enabled": false,
"paymentMode": "prop", "paymentMode": "prop",
"_comment_paymentMode":"prop, pplnt", "_comment_paymentMode":"prop, pplnt",

View File

@ -17,6 +17,7 @@
}, },
"tlsOptions": { "tlsOptions": {
"minConf": 10,
"enabled": false, "enabled": false,
"serverKey":"", "serverKey":"",
"serverCert":"", "serverCert":"",