appsettings.json
427 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"IOT": "Data Source=localhost;Initial Catalog=IoT;Persist Security Info=True;User ID=sa;Password=HHsoft123.;Trust Server Certificate=True",
//RabbitMQ
"RabbitMQ": "HostName=localhost;UserName=producer;Password=Aa123456;VirtualHost=hhecs.daq;"
}
}