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

12 lines
197 B
JSON

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