This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
DataHoard/config.example.json

34 lines
718 B
JSON
Raw Normal View History

2021-08-21 01:21:16 +03:00
{
"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
}
}
]
}