From 36dad55bb874d63c55afd699ac3e109e1b9d07f9 Mon Sep 17 00:00:00 2001 From: Laura Carvajal Date: Mon, 17 Oct 2016 12:26:05 +0100 Subject: [PATCH] restore config filename --- config/test.sample.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/test.sample.json diff --git a/config/test.sample.json b/config/test.sample.json new file mode 100644 index 0000000..23ffdab --- /dev/null +++ b/config/test.sample.json @@ -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 * * *" + } +} \ No newline at end of file