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