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

12 lines
193 B
JSON

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