File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" >
3
3
<toRun name =" Billing: Azure Service Bus" type =" LaunchSettings" />
4
4
<toRun name =" ClientUI: Azure Service Bus" type =" LaunchSettings" />
5
5
<toRun name =" Sales: Azure Service Bus" type =" LaunchSettings" />
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ public static IHostBuilder CreateHostBuilder(string[] args)
42
42
webBuilder . UseUrls ( $ "http://*:{ Environment . GetEnvironmentVariable ( "LISTENING_PORT" ) ?? "5003" } ") ;
43
43
webBuilder . Configure ( app =>
44
44
{
45
- Console . WriteLine ( Environment . GetEnvironmentVariable ( "ORIGIN_URL" ) ?? "http://localhost:61335" ) ;
46
45
app . UseCors ( options => options . AllowAnyHeader ( ) . AllowAnyMethod ( ) . WithOrigins ( "http://localhost:61335" ) . AllowCredentials ( ) ) ;
47
46
app . UseRouting ( ) ;
48
47
app . UseEndpoints ( endpoints =>
You can’t perform that action at this time.
0 commit comments