MES-ETL/ConsoleApp2/appsettings.json

18 lines
409 B
JSON
Raw Normal View History

2024-01-12 16:50:37 +08:00
{
"CmdOptions": {
"InputFileType": "CSV",
"InputDir": "D:/MyDumper-ZST",
2024-01-16 18:03:40 +08:00
"TaskCount": 4,
2024-01-17 11:40:16 +08:00
"FlushCount": 10000,
2024-01-12 16:50:37 +08:00
"Isutf8mb4": true,
2024-01-16 18:03:40 +08:00
"OldestShardKey": 23000,
"OldestTime": "202301"
},
2024-01-17 11:40:16 +08:00
"ConnectionStrings": {
"MySqlMaster": "Server=127.0.0.1;Port=33309;UserId=root;Password=123456;Database=cferp_test;"
},
2024-01-16 18:03:40 +08:00
"RedisCacheOptions": {
"Configuration": "localhost:6379"
2024-01-12 16:50:37 +08:00
}
}