Disable search engine indexing by default

This commit is contained in:
Rowan Manning
2013-11-15 15:58:49 +00:00
parent 85b70c5679
commit 55d44685e9
5 changed files with 20 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
{
"webservice": "http://localhost:3000/",
"port": 4000
"port": 4000,
"noindex": true
}