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 +}