2024-09-30 17:10:43 +08:00
{
2024-10-22 14:59:19 +08:00
"ConnectionStrings" : {
2024-10-22 20:57:26 +08:00
"Default" : "Data Source=192.168.111.248;Port=3306;Database=JiSheCollectBus;uid=root;pwd=123456abcD;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true" ,
"ClickHouse" : "host=localhost;port=8123;user=default;password=;database=default"
2024-10-22 14:59:19 +08:00
} ,
2024-10-08 14:41:41 +08:00
"TCP" : {
"Port" : 10500
} ,
"UDP" : {
"Port" : 10500
} ,
2024-09-30 17:10:43 +08:00
"RedisCache" : {
"ConnectionString" : "123456@qwer@localhost:6379" ,
"InstanceName" : "CollectBus"
2024-10-25 19:11:43 +08:00
} ,
"MQ" : {
"Host" : "118.190.144.92" ,
"Port" : "5672" ,
"VirtualHost" : "/" ,
"UserName" : "collectbus" ,
"Password" : "123456" ,
"Queue" : {
2024-10-28 16:23:39 +08:00
"Received" : "Received_Command" ,
"Issued" : "Issued_Command"
2024-10-25 19:11:43 +08:00
}
2024-09-30 17:10:43 +08:00
}
}