Skip to content

Commit 047420b

Browse files
committed
revert app.config checkins
1 parent a47d8ec commit 047420b

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

src/ServiceControl.Audit/App.config

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ These settings are only here so that we can debug ServiceControl while developin
99
<add key="ServiceControl.Audit/HostName" value="localhost" />
1010
<add key="ServiceControl.Audit/DatabaseMaintenancePort" value="44445" />
1111
<!-- DEVS - Pick a transport to run Auditing instance on -->
12-
<!--<add key="ServiceControl.Audit/TransportType" value="LearningTransport" />-->
12+
<add key="ServiceControl.Audit/TransportType" value="LearningTransport" />
1313
<!--<add key="ServiceControl.Audit/TransportType" value="AmazonSQS" />-->
1414
<!--<add key="ServiceControl.Audit/TransportType" value="AzureStorageQueue" />-->
1515
<!--<add key="ServiceControl.Audit/TransportType" value="MSMQ" />-->
1616
<!--<add key="ServiceControl.Audit/TransportType" value="NetStandardAzureServiceBus" />-->
1717
<!--<add key="ServiceControl.Audit/TransportType" value="PostgreSQL" />-->
18-
<add key="ServiceControl.Audit/TransportType" value="RabbitMQ.QuorumConventionalRouting" />
18+
<!--<add key="ServiceControl.Audit/TransportType" value="RabbitMQ.QuorumConventionalRouting" />-->
1919
<!--<add key="ServiceControl.Audit/TransportType" value="SQLServer" />-->
2020

2121
<!-- DEVS - Pick a persistence to run Auditing instance on. -->
@@ -27,7 +27,7 @@ These settings are only here so that we can debug ServiceControl while developin
2727

2828
<!-- Learning -->
2929
<!-- If the LearningTransport connectionString is empty, it will default to the solution directory when running/debugging from the IDE -->
30-
<!--<add name="NServiceBus/Transport" connectionString="" />-->
30+
<add name="NServiceBus/Transport" connectionString="" />
3131

3232
<!--Amazon SQS -->
3333
<!--<add name="NServiceBus/Transport" connectionString="Region=;QueueNamePrefix=;TopicNamePrefix=;AccessKeyId=;SecretAccessKey=;S3BucketForLargeMessages=;S3KeyPrefix=" />-->
@@ -46,7 +46,6 @@ These settings are only here so that we can debug ServiceControl while developin
4646

4747
<!--RabbitMQ.QuorumConventionalRouting -->
4848
<!--<add name="NServiceBus/Transport" connectionString="host=;username=;password=" />-->
49-
<add name="NServiceBus/Transport" connectionString="host=localhost:7672;username=guest;password=guest;ManagementApiUrl=http://localhost:17672" />
5049

5150
<!--SQLServer -->
5251
<!--<add name="NServiceBus/Transport" connectionString="Data Source=;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->

src/ServiceControl.Monitoring/App.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ These settings are only here so that we can debug ServiceControl while developin
1010
<add key="Monitoring/ErrorQueue" value="error" />
1111

1212
<!-- DEVS - Pick a transport to run Monitoring instance on -->
13-
<!--<add key="Monitoring/TransportType" value="LearningTransport" />-->
13+
<add key="Monitoring/TransportType" value="LearningTransport" />
1414
<!--<add key="Monitoring/TransportType" value="AmazonSQS" />-->
1515
<!--<add key="Monitoring/TransportType" value="AzureStorageQueue" />-->
1616
<!--<add key="Monitoring/TransportType" value="MSMQ" />-->
1717
<!--<add key="Monitoring/TransportType" value="NetStandardAzureServiceBus" />-->
1818
<!--<add key="Monitoring/TransportType" value="PostgreSQL" />-->
19-
<add key="Monitoring/TransportType" value="RabbitMQ.QuorumConventionalRouting" />
19+
<!--<add key="Monitoring/TransportType" value="RabbitMQ.QuorumConventionalRouting" />-->
2020
<!--<add key="Monitoring/TransportType" value="SQLServer" />-->
2121

2222
</appSettings>
@@ -25,7 +25,7 @@ These settings are only here so that we can debug ServiceControl while developin
2525

2626
<!-- Learning -->
2727
<!-- If the LearningTransport connectionString is empty, it will default to the solution directory when running/debugging from the IDE -->
28-
<!--<add name="NServiceBus/Transport" connectionString="Server=localhost;Database=nservicebus;Port=5432;User Id=phil;Password=P@ssw0rd1;" />-->
28+
<add name="NServiceBus/Transport" connectionString="" />
2929

3030
<!--Amazon SQS -->
3131
<!--<add name="NServiceBus/Transport" connectionString="Region=;QueueNamePrefix=;TopicNamePrefix=;AccessKeyId=;SecretAccessKey=;S3BucketForLargeMessages=;S3KeyPrefix=" />-->
@@ -43,7 +43,7 @@ These settings are only here so that we can debug ServiceControl while developin
4343
<!--<add name="NServiceBus/Transport" connectionString="Server=;Database=nservicebus;Port=5432;User Id=;Password=" />-->
4444

4545
<!--RabbitMQ.QuorumConventionalRouting -->
46-
<add name="NServiceBus/Transport" connectionString="host=localhost:7672;username=guest;password=guest;ManagementApiUrl=http://localhost:17672" />
46+
<!--<add name="NServiceBus/Transport" connectionString="host=;username=;password=" />-->
4747

4848
<!--SQLServer -->
4949
<!--<add name="NServiceBus/Transport" connectionString="Data Source=;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->

src/ServiceControl/App.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ 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" />
@@ -29,7 +29,7 @@ These settings are only here so that we can debug ServiceControl while developin
2929

3030
<!-- Learning -->
3131
<!-- If the LearningTransport connectionString is empty, it will default to the solution directory when running/debugging from the IDE -->
32-
<!--<add name="NServiceBus/Transport" connectionString="Server=localhost;Database=nservicebus;Port=5432;User Id=phil;Password=P@ssw0rd1;" />-->
32+
<add name="NServiceBus/Transport" connectionString="" />
3333

3434
<!--Amazon SQS -->
3535
<!--<add name="NServiceBus/Transport" connectionString="Region=;QueueNamePrefix=;TopicNamePrefix=;AccessKeyId=;SecretAccessKey=;S3BucketForLargeMessages=;S3KeyPrefix=" />-->
@@ -47,7 +47,7 @@ These settings are only here so that we can debug ServiceControl while developin
4747
<!--<add name="NServiceBus/Transport" connectionString="Server=;Database=nservicebus;Port=5432;User Id=;Password=" />-->
4848

4949
<!--RabbitMQ.QuorumConventionalRouting-->
50-
<add name="NServiceBus/Transport" connectionString="host=localhost:7672;username=guest;password=guest;ManagementApiUrl=http://localhost:17672" />
50+
<!--<add name="NServiceBus/Transport" connectionString="host=;username=;password=" />-->
5151

5252
<!--SQLServer -->
5353
<!--<add name="NServiceBus/Transport" connectionString="Data Source=;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->

0 commit comments

Comments
 (0)