Skip to content

Commit dc5c40d

Browse files
authored
Merge pull request #122 from Particular/john/az-rider
Fixing Rider startup for Azure
2 parents 3731c75 + 504a5e4 commit dc5c40d

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

src/.run/AmazonSQS.run.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/.run/Azure.run.xml renamed to src/.run/Azure Service Bus.run.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<component name="ProjectRunConfigurationManager">
2-
<configuration default="false" name="Azure" type="CompoundRunConfigurationType">
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Azure Service Bus" type="CompoundRunConfigurationType">
33
<toRun name="Billing: Azure Service Bus" type="LaunchSettings" />
44
<toRun name="ClientUI: Azure Service Bus" type="LaunchSettings" />
55
<toRun name="Sales: Azure Service Bus" type="LaunchSettings" />

src/Shipping/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public static IHostBuilder CreateHostBuilder(string[] args)
4242
webBuilder.UseUrls($"http://*:{Environment.GetEnvironmentVariable("LISTENING_PORT") ?? "5003"}");
4343
webBuilder.Configure(app =>
4444
{
45-
Console.WriteLine(Environment.GetEnvironmentVariable("ORIGIN_URL") ?? "http://localhost:61335");
4645
app.UseCors(options => options.AllowAnyHeader().AllowAnyMethod().WithOrigins("http://localhost:61335").AllowCredentials());
4746
app.UseRouting();
4847
app.UseEndpoints(endpoints =>

0 commit comments

Comments
 (0)