+ Example Config File
This commit is contained in:
parent
1b31174467
commit
2b403de286
|
@ -0,0 +1,34 @@
|
||||||
|
{
|
||||||
|
"options": {
|
||||||
|
"parallel_nodes": 2,
|
||||||
|
"parallel_node_tasks": 5
|
||||||
|
},
|
||||||
|
"smtp": {
|
||||||
|
"host": "",
|
||||||
|
"port": "",
|
||||||
|
"ssl": true,
|
||||||
|
"username": "",
|
||||||
|
"password": "",
|
||||||
|
"email_from": ""
|
||||||
|
},
|
||||||
|
"nodes": [
|
||||||
|
{
|
||||||
|
"name": "Main Connection",
|
||||||
|
"debug": 0,
|
||||||
|
"log": true,
|
||||||
|
"mail": {
|
||||||
|
"enabled": true,
|
||||||
|
"email_to": "",
|
||||||
|
"email_cc": ""
|
||||||
|
},
|
||||||
|
|
||||||
|
"hostname": "localhost",
|
||||||
|
"username": "root",
|
||||||
|
"password": "",
|
||||||
|
"databases": {
|
||||||
|
"blacklist": null,
|
||||||
|
"whitelist": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -5,4 +5,6 @@
|
||||||
*/
|
*/
|
||||||
async function main() {
|
async function main() {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue