Allow the webservice to run automatically

This commit is contained in:
Rowan Manning
2013-11-21 09:12:54 +00:00
parent ec9f82aa6f
commit 8f636173a0
5 changed files with 33 additions and 4 deletions

View File

@@ -2,5 +2,12 @@
"webservice": "http://localhost:3000/",
"port": 4000,
"noindex": true,
"readonly": false
"readonly": false,
"webservice": {
"database": "mongodb://localhost/pa11y-webservice-dev",
"host": "0.0.0.0",
"port": 3000,
"cron": "0 30 0 * * *"
}
}