26ff8d9b4f
Set up repository with legacy .NET Framework 4.8 source (OLD/), new .NET 10 Blazor solution (NEW/), OpenSpec specifications, documentation, and project configuration.
26 lines
633 B
JSON
Executable File
26 lines
633 B
JSON
Executable File
{
|
|
"SourceSystem": "CMS",
|
|
"SourceData": "MISDATA",
|
|
"TableName": "MisData",
|
|
"IsEnabled": true,
|
|
"DataFetchFunction": "Commons.Process.CMS.GetMisData",
|
|
"PostProcessingAction": "Commons.Process.LotFinderDB.PostProcessMisData",
|
|
"MassUpdateConfig": {
|
|
"Enabled": true,
|
|
"Interval": 100800,
|
|
"PrepurgeData": true,
|
|
"ReIndexData": true
|
|
},
|
|
"DailyUpdateConfig": {
|
|
"Enabled": true,
|
|
"Interval": 1440,
|
|
"PrepurgeData": false,
|
|
"ReIndexData": false
|
|
},
|
|
"HourlyUpdateConfig": {
|
|
"Enabled": false,
|
|
"Interval": 60,
|
|
"PrepurgeData": false,
|
|
"ReIndexData": false
|
|
}
|
|
} |