added todays new code features to dev.json
This commit is contained in:
parent
ee1b22ad66
commit
4577608b81
1 changed files with 7 additions and 1 deletions
|
|
@ -5,9 +5,15 @@
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"class": "storage/mongodb",
|
"class": "storage/mongodb",
|
||||||
"type": "ok",
|
"type": [ "ok", "warning", "error" ],
|
||||||
"args": { "database" : "linspector" }
|
"args": { "database" : "linspector" }
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"class": "storage/logger",
|
||||||
|
"type": [ "ok", "warning", "error" ],
|
||||||
|
"args": { "directory": "/tmp/",
|
||||||
|
"file": "data.log" }
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"class": "alert/mail",
|
"class": "alert/mail",
|
||||||
"type": "error",
|
"type": "error",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue