+ Example Config File
This commit is contained in:
34
config.example.json
Normal file
34
config.example.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -5,4 +5,6 @@
|
|||||||
*/
|
*/
|
||||||
async function main() {
|
async function main() {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user