From a41152da3f83ddc6c02b514fd9e76a0c5c28183b Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Wed, 1 Aug 2018 07:55:49 +0200 Subject: [PATCH] Update appsettings.json --- src/Squidex/appsettings.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Squidex/appsettings.json b/src/Squidex/appsettings.json index 825264806..6a588f94d 100644 --- a/src/Squidex/appsettings.json +++ b/src/Squidex/appsettings.json @@ -168,11 +168,7 @@ * Prefix for all streams and projections (for multiple installations). */ "prefix": "squidex" - }, - /* - * Consume the events on this server (Ensure that it is only enabled on a single node). - */ - "consume": true + } }, "eventPublishers": { @@ -245,4 +241,4 @@ */ "privacyUrl": "https://squidex.io/privacy" } -} \ No newline at end of file +}