diff --git a/config/development.sample.json b/config/development.sample.json index 4986cb4..711b028 100644 --- a/config/development.sample.json +++ b/config/development.sample.json @@ -1,6 +1,6 @@ { "webservice": "http://localhost:3000/", "port": 4000, - "noindex": true, - "readonly": false + "noindex": true, + "readonly": false } \ No newline at end of file diff --git a/config/production.sample.json b/config/production.sample.json index 4986cb4..711b028 100644 --- a/config/production.sample.json +++ b/config/production.sample.json @@ -1,6 +1,6 @@ { "webservice": "http://localhost:3000/", "port": 4000, - "noindex": true, - "readonly": false + "noindex": true, + "readonly": false } \ No newline at end of file