add dotnet backend
This commit is contained in:
10
backend-dotnet/appsettings.Development.json
Normal file
10
backend-dotnet/appsettings.Development.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Urls": "http://localhost:8000"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user