Add Azure function app project with test function
This commit is contained in:
10
BeauFindlay/src/BeauFindlay.Client/wwwroot/appsettings.json
Normal file
10
BeauFindlay/src/BeauFindlay.Client/wwwroot/appsettings.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ApiBase": "http://localhost:7071"
|
||||
}
|
||||
Reference in New Issue
Block a user