17 lines
472 B
JSON
17 lines
472 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"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"
|
|
},
|
|
|
|
"TCP": {
|
|
"Port": 10500
|
|
},
|
|
"UDP": {
|
|
"Port": 10500
|
|
},
|
|
"RedisCache": {
|
|
"ConnectionString": "123456@qwer@localhost:6379",
|
|
"InstanceName": "CollectBus"
|
|
}
|
|
} |