Modify launchSettings and appsettings
This commit is contained in:
parent
0b2ba8a916
commit
5b692a5d74
2 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
"profiles": {
|
||||
"NucuCar.Sensors": {
|
||||
"commandName": "Project",
|
||||
"environmentVariables": {
|
||||
"DOTNET_ENVIRONMENT": "Production"
|
||||
}
|
||||
},
|
||||
"NucuCar.Sensors.Development": {
|
||||
"commandName": "Project",
|
||||
"environmentVariables": {
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Grpc": "Information",
|
||||
"Microsoft": "Information"
|
||||
"System": "Debug",
|
||||
"Grpc": "Debug",
|
||||
"Microsoft": "Debug"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue