@@ -13,26 +13,27 @@ These settings are only here so that we can debug ServiceControl while developin
1313 <add key =" ServiceControl/AllowMessageEditing" value =" true" />
1414
1515 <!-- DEVS - Pick a transport to run Primary instance on -->
16- <add key =" ServiceControl/TransportType" value =" LearningTransport" />
16+ <!-- < add key="ServiceControl/TransportType" value="LearningTransport" /> -- >
1717 <!-- <add key="ServiceControl/TransportType" value="AmazonSQS" />-->
1818 <!-- <add key="ServiceControl/TransportType" value="AzureStorageQueue" />-->
1919 <!-- <add key="ServiceControl/TransportType" value="MSMQ" />-->
2020 <!-- <add key="ServiceControl/TransportType" value="NetStandardAzureServiceBus" />-->
2121 <!-- <add key="ServiceControl/TransportType" value="PostgreSQL" />-->
22- <!-- < add key="ServiceControl/TransportType" value="RabbitMQ.QuorumConventionalRouting" /> -- >
22+ <add key =" ServiceControl/TransportType" value =" RabbitMQ.QuorumConventionalRouting" />
2323 <!-- <add key="ServiceControl/TransportType" value="SQLServer" />-->
2424
2525 <add key =" ServiceControl/PersistenceType" value =" RavenDB" />
2626
2727 <!-- options are any comma separated combination of NLog,Seq -->
28- <add key =" ServiceControl.Audit/LoggingProviders" value =" NLog,Seq" />
28+ <add key =" ServiceControl/LoggingProviders" value =" NLog,Seq" />
29+ <add key =" ServiceControl/SeqAddress" value =" http://localhost:5341" />
2930 </appSettings >
3031 <connectionStrings >
3132 <!-- DEVS - Pick a transport connection string to match chosen transport above -->
3233
3334 <!-- Learning -->
3435 <!-- If the LearningTransport connectionString is empty, it will default to the solution directory when running/debugging from the IDE -->
35- <add name =" NServiceBus/Transport" connectionString =" " />
36+ <!-- < add name="NServiceBus/Transport" connectionString="" /> -- >
3637
3738 <!-- Amazon SQS -->
3839 <!-- <add name="NServiceBus/Transport" connectionString="Region=;QueueNamePrefix=;TopicNamePrefix=;AccessKeyId=;SecretAccessKey=;S3BucketForLargeMessages=;S3KeyPrefix=" />-->
@@ -51,6 +52,7 @@ These settings are only here so that we can debug ServiceControl while developin
5152
5253 <!-- RabbitMQ.QuorumConventionalRouting -->
5354 <!-- <add name="NServiceBus/Transport" connectionString="host=;username=;password=" />-->
55+ <add name =" NServiceBus/Transport" connectionString =" host=localhost:7672;username=guest;password=guest;ManagementApiUrl=http://localhost:17672" />
5456
5557 <!-- SQLServer -->
5658 <!-- <add name="NServiceBus/Transport" connectionString="Data Source=;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->
0 commit comments