Allows local network to access running instance
parent
3c70682fb0
commit
e4c60c2324
|
@ -84,7 +84,7 @@ else
|
|||
app.UseHsts();
|
||||
}
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
// app.UseHttpsRedirection();
|
||||
app.UseStaticFiles();
|
||||
|
||||
app.UseRouting();
|
||||
|
|
|
@ -8,6 +8,16 @@
|
|||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://0.0.0.0:5000"
|
||||
},
|
||||
"Https": {
|
||||
"Url": "https://0.0.0.0:5001"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"JWT": {
|
||||
"ValidAudience": "",
|
||||
|
|
Loading…
Reference in New Issue