|
@@ -31,7 +31,7 @@ internal static class StartupExtensions
|
|
|
services.AddHttpContextAccessor();
|
|
|
|
|
|
#if DEBUG
|
|
|
- builder.WebHost.UseUrls("http://192.168.100.36:50001", "http://localhost:50001");
|
|
|
+ builder.WebHost.UseUrls("http://192.168.100.62:50001", "http://localhost:50001");
|
|
|
#endif
|
|
|
|
|
|
services.Configure<DeviceConfigs>(d => configuration.GetSection("DeviceConfigs").Bind(d));
|