@ -19,13 +19,6 @@ namespace Squidex.Config.Domain
{
public static void AddMyEventStoreServices(this IServiceCollection services, IConfiguration config)
var consumeEvents = config.GetOptionalValue("eventStore:consume", false);
if (!consumeEvents)
return;
}
config.ConfigureByOption("eventStore:type", new Options
["MongoDb"] = () =>
@ -107,11 +107,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": {