Add a readonly mode for demo/public-facing sites

This commit is contained in:
Rowan Manning
2013-11-15 16:19:12 +00:00
parent 55d44685e9
commit 98bd9ed208
6 changed files with 38 additions and 14 deletions

View File

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