[Config] Add new config fields

This commit is contained in:
vilP1L
2019-05-30 19:12:53 -04:00
parent 7e17fc1871
commit 993a3fb600

View File

@@ -85,9 +85,21 @@
"pass": "torchard#", "pass": "torchard#",
"host": "skysilk.vilp1l.dev" "host": "skysilk.vilp1l.dev"
}, },
"proxy": {
"user": "grbyzyjh",
"pass": "fxaemf5dk3w1",
"host": "p.webshare.io",
"protocol": "http"
},
"sms": { "sms": {
"apiKey": "c9836ccdd698f43dd3c62a58e42d49d3", "apiKey": "c9836ccdd698f43dd3c62a58e42d49d3",
"service": "HQTRIVIA", "service": "HQTRIVIA",
"country": "77" "country": "77"
},
"hq": {
"autoSplit": true,
"splitThreshold": 50,
"autoCheckpoints": true,
"checkpointThreshold": 0.50
} }
} }