appsettings.Development.json
313 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"IOTCloud": "Data Source=172.16.29.70;Initial Catalog=IoTUAT;Persist Security Info=True;User ID=sa;Password=1qaz!QAZ;Encrypt=True;TrustServerCertificate=True;"
}
}