diff --git a/services/web/config/settings.development.coffee b/services/web/config/settings.defaults.coffee similarity index 99% rename from services/web/config/settings.development.coffee rename to services/web/config/settings.defaults.coffee index 2806a25fbe..10600b9358 100644 --- a/services/web/config/settings.development.coffee +++ b/services/web/config/settings.defaults.coffee @@ -72,6 +72,8 @@ module.exports = url :"http://localhost:3012" spelling: url : "http://localhost:3005" + docstore: + url : "http://localhost:3016" versioning: snapshotwaitms:3000 url: "http://localhost:4000"