Skip to content

Commit

Permalink
Misc fixes (#4477)
Browse files Browse the repository at this point in the history
* Add missing artifact exclusion

* Fix app.config transport connection strings
  • Loading branch information
bording authored Sep 26, 2024
1 parent f735073 commit ad0cf46
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions src/ServiceControl.Audit/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ These settings are only here so that we can debug ServiceControl while developin
<add key="ServiceControl.Audit/DatabaseMaintenancePort" value="44445" />

<!-- DEVS - Pick a transport to run Auditing instance on -->
<!--<add key="ServiceControl.Audit/TransportType" value="AmazonSQS" />-->
<add key="ServiceControl.Audit/TransportType" value="LearningTransport" />
<!--<add key="ServiceControl.Audit/TransportType" value="AmazonSQS" />-->
<!--<add key="ServiceControl.Audit/TransportType" value="AzureStorageQueue" />-->
<!--<add key="ServiceControl.Audit/TransportType" value="MSMQ" />-->
<!--<add key="ServiceControl.Audit/TransportType" value="NetStandardAzureServiceBus" />-->
Expand All @@ -33,7 +33,7 @@ These settings are only here so that we can debug ServiceControl while developin
<!--<add name="NServiceBus/Transport" connectionString="Region=;QueueNamePrefix=;TopicNamePrefix=;AccessKeyId=;SecretAccessKey=;S3BucketForLargeMessages=;S3KeyPrefix=" />-->

<!--AzureStorageQueue -->
<!--<add name="DefaultEndpointsProtocol=[http|https];AccountName=;AccountKey=;Subscriptions Table=tablename" />-->
<!--<add name="NServiceBus/Transport" connectionString="DefaultEndpointsProtocol=[http|https];AccountName=;AccountKey=;Subscriptions Table=tablename" />-->

<!--MSMQ -->
<!--<add name="NServiceBus/Transport" connectionString="" />-->
Expand All @@ -42,9 +42,9 @@ These settings are only here so that we can debug ServiceControl while developin
<!--<add name="NServiceBus/Transport" connectionString="Endpoint=sb://[namespace].servicebus.windows.net; SharedSecretIssuer=;SharedSecretValue=;QueueLengthQueryDelayInterval=;TopicName=default-is-bundle-1" />-->

<!--RabbitMQ.QuorumConventionalRouting -->
<!--<add name="host=;username=;password=;DisableRemoteCertificateValidation=true|false>;UseExternalAuthMechanism=true|false" />-->
<!--<add name="NServiceBus/Transport" connectionString="host=;username=;password=" />-->

<!--SQLServer -->
<!--<add name="NServiceBus/Transport" connectionString="Data Source=<SQLInstance>;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->
<!--<add name="NServiceBus/Transport" connectionString="Data Source=;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->
</connectionStrings>
</configuration>
6 changes: 3 additions & 3 deletions src/ServiceControl.Monitoring/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ These settings are only here so that we can debug ServiceControl while developin
<!--<add name="NServiceBus/Transport" connectionString="Region=;QueueNamePrefix=;TopicNamePrefix=;AccessKeyId=;SecretAccessKey=;S3BucketForLargeMessages=;S3KeyPrefix=" />-->

<!--AzureStorageQueue -->
<!--<add name="DefaultEndpointsProtocol=[http|https];AccountName=;AccountKey=;Subscriptions Table=tablename" />-->
<!--<add name="NServiceBus/Transport" connectionString="DefaultEndpointsProtocol=[http|https];AccountName=;AccountKey=;Subscriptions Table=tablename" />-->

<!--MSMQ -->
<!--<add name="NServiceBus/Transport" connectionString="" />-->
Expand All @@ -38,9 +38,9 @@ These settings are only here so that we can debug ServiceControl while developin
<!--<add name="NServiceBus/Transport" connectionString="Endpoint=sb://[namespace].servicebus.windows.net; SharedSecretIssuer=;SharedSecretValue=;QueueLengthQueryDelayInterval=;TopicName=default-is-bundle-1" />-->

<!--RabbitMQ.QuorumConventionalRouting -->
<!--<add name="host=;username=;password=;DisableRemoteCertificateValidation=true|false>;UseExternalAuthMechanism=true|false" />-->
<!--<add name="NServiceBus/Transport" connectionString="host=;username=;password=" />-->

<!--SQLServer -->
<!--<add name="NServiceBus/Transport" connectionString="Data Source=<SQLInstance>;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->
<!--<add name="NServiceBus/Transport" connectionString="Data Source=;Initial Catalog=nservicebus;Integrated Security=True;Queue Schema=myschema;Subscriptions Table=tablename@schema@catalog" />-->
</connectionStrings>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<ItemGroup>
<!-- Artifact does not include RavenDBServer directory. -->
<Artifact Include="$(OutputPath)" DirExclude=".logs;RavenDBServer" DestinationFolder="$(ArtifactsPath)Particular.ServiceControl\Persisters\RavenDB" />
<Artifact Include="$(OutputPath)" DirExclude=".db;.logs;RavenDBServer" DestinationFolder="$(ArtifactsPath)Particular.ServiceControl\Persisters\RavenDB" />

<!--
This instance copies RavenDBServer directory to artifacts for both Primary and Audit instances during development, but during
Expand Down
6 changes: 3 additions & 3 deletions src/ServiceControl/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ These settings are only here so that we can debug ServiceControl while developin
<!--<add name="NServiceBus/Transport" connectionString="Region=;QueueNamePrefix=;TopicNamePrefix=;AccessKeyId=;SecretAccessKey=;S3BucketForLargeMessages=;S3KeyPrefix=" />-->

<!--AzureStorageQueue -->
<!--<add name="DefaultEndpointsProtocol=[http|https];AccountName=;AccountKey=;Subscriptions Table=tablename" />-->
<!--<add name="NServiceBus/Transport" connectionString="DefaultEndpointsProtocol=[http|https];AccountName=;AccountKey=;Subscriptions Table=tablename" />-->

<!--MSMQ -->
<!--<add name="NServiceBus/Transport" connectionString="" />-->
Expand All @@ -43,9 +43,9 @@ These settings are only here so that we can debug ServiceControl while developin
<!--<add name="NServiceBus/Transport" connectionString="Endpoint=sb://[namespace].servicebus.windows.net; SharedSecretIssuer=;SharedSecretValue=;QueueLengthQueryDelayInterval=;TopicName=default-is-bundle-1" />-->

<!--RabbitMQ.QuorumConventionalRouting -->
<!--<add name="host=;username=;password=;DisableRemoteCertificateValidation=true|false>;UseExternalAuthMechanism=true|false" />-->
<!--<add name="NServiceBus/Transport" connectionString="host=;username=;password=" />-->

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

0 comments on commit ad0cf46

Please sign in to comment.