forked from external-repos/pa11y-dashboard
Allow the webservice to run automatically
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"webservice": "http://localhost:3000/",
|
||||
"port": 4000,
|
||||
"noindex": true,
|
||||
"readonly": false
|
||||
"readonly": false,
|
||||
|
||||
"webservice": {
|
||||
"database": "mongodb://localhost/pa11y-webservice",
|
||||
"host": "0.0.0.0",
|
||||
"port": 3000,
|
||||
"cron": "0 30 0 * * *"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user