Disable multitenancy and agents
Multitenancy and agents have been disabled by setting `useMultitenancy` and `useAgents` to `false`. This change simplifies the current configuration by reducing the active features.
This commit is contained in:
parent
9bc6371dc0
commit
481570909a
|
|
@ -65,8 +65,8 @@ const bool useSignalR = true;
|
|||
const WorkflowRuntime workflowRuntime = WorkflowRuntime.ProtoActor;
|
||||
const DistributedCachingTransport distributedCachingTransport = DistributedCachingTransport.ProtoActor;
|
||||
const MassTransitBroker massTransitBroker = MassTransitBroker.Memory;
|
||||
const bool useMultitenancy = true;
|
||||
const bool useAgents = true;
|
||||
const bool useMultitenancy = false;
|
||||
const bool useAgents = false;
|
||||
const bool useSecrets = true;
|
||||
const bool useAzureServiceBus = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue