Add project files.
This commit is contained in:
8
OfflineDemo/wwwroot/appsettings.json
Normal file
8
OfflineDemo/wwwroot/appsettings.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"Kestrel": {
|
||||
"Limits": {
|
||||
"MaxRequestBodySize": 838860800 // 800 MB in bytes
|
||||
}
|
||||
},
|
||||
"ApiUrl": "https://localhost:7099/api"
|
||||
}
|
||||
Reference in New Issue
Block a user