added Kestrel config in appsettings.
This commit is contained in:
@@ -5,6 +5,16 @@
|
|||||||
"Microsoft.AspNetCore": "Warning"
|
"Microsoft.AspNetCore": "Warning"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Kestrel": {
|
||||||
|
"Endpoints": {
|
||||||
|
"http": {
|
||||||
|
"Url": "http://localhost:5000"
|
||||||
|
},
|
||||||
|
"https": {
|
||||||
|
"Url": "https://localhost:43000"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"UseDarkMode": false,
|
"UseDarkMode": false,
|
||||||
"EnableCsvImports": true,
|
"EnableCsvImports": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user