appsettings.json
387 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Default": "Data Source=hhecs.daq.db;Version=3;",
"IOTCloud": "Data Source=172.16.29.70;Initial Catalog=IoT;Persist Security Info=True;User ID=sa;Password=1qaz!QAZ;Encrypt=True;TrustServerCertificate=True;"
}
}