restore config filename

This commit is contained in:
Laura Carvajal
2016-10-17 12:26:05 +01:00
committed by Rowan Manning
parent 39435f37e4
commit 36dad55bb8

12
config/test.sample.json Normal file
View File

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