@@ -10,8 +10,8 @@ These settings are only here so that we can debug ServiceControl while developin
1010 <add key =" ServiceControl.Audit/DatabaseMaintenancePort" value =" 44445" />
1111
1212 <!-- DEVS - Pick a transport to run Auditing instance on -->
13- <!-- <add key="ServiceControl.Audit/TransportType" value="AmazonSQS" />-->
1413 <add key =" ServiceControl.Audit/TransportType" value =" LearningTransport" />
14+ <!-- <add key="ServiceControl.Audit/TransportType" value="AmazonSQS" />-->
1515 <!-- <add key="ServiceControl.Audit/TransportType" value="AzureStorageQueue" />-->
1616 <!-- <add key="ServiceControl.Audit/TransportType" value="MSMQ" />-->
1717 <!-- <add key="ServiceControl.Audit/TransportType" value="NetStandardAzureServiceBus" />-->
@@ -33,7 +33,7 @@ These settings are only here so that we can debug ServiceControl while developin
3333 <!-- <add name="NServiceBus/Transport" connectionString="Region=;QueueNamePrefix=;TopicNamePrefix=;AccessKeyId=;SecretAccessKey=;S3BucketForLargeMessages=;S3KeyPrefix=" />-->
3434
3535 <!-- AzureStorageQueue -->
36- <!-- <add name="DefaultEndpointsProtocol=[http|https];AccountName=;AccountKey=;Subscriptions Table=tablename" />-->
36+ <!-- <add name="NServiceBus/Transport" connectionString=" DefaultEndpointsProtocol=[http|https];AccountName=;AccountKey=;Subscriptions Table=tablename" />-->
3737
3838 <!-- MSMQ -->
3939 <!-- <add name="NServiceBus/Transport" connectionString="" />-->
@@ -42,9 +42,9 @@ These settings are only here so that we can debug ServiceControl while developin
4242 <!-- <add name="NServiceBus/Transport" connectionString="Endpoint=sb://[namespace].servicebus.windows.net; SharedSecretIssuer=;SharedSecretValue=;QueueLengthQueryDelayInterval=;TopicName=default-is-bundle-1" />-->
4343
4444 <!-- RabbitMQ.QuorumConventionalRouting -->
45- <!-- <add name="host=;username=;password=;DisableRemoteCertificateValidation=true|false>;UseExternalAuthMechanism=true|false " />-->
45+ <!-- <add name="NServiceBus/Transport" connectionString=" host=;username=;password=" />-->
4646
4747 <!-- SQLServer -->
48- <!-- <add name="NServiceBus/Transport" connectionString="Data Source=<SQLInstance> ;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->
48+ <!-- <add name="NServiceBus/Transport" connectionString="Data Source=;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->
4949 </connectionStrings >
5050</configuration >
0 commit comments