Files
pa11y-dashboard/config/development.sample.json
2013-11-21 09:12:54 +00:00

13 lines
238 B
JSON

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