+ Example Config File

This commit is contained in:
kato 2021-08-21 01:21:16 +03:00
parent 1b31174467
commit 2b403de286
2 changed files with 36 additions and 0 deletions

34
config.example.json Normal file
View File

@ -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
}
}
]
}

View File

@ -5,4 +5,6 @@
*/
async function main() {
}