Initial commit: Ignition 8.3.3 gateway config and watermeter project
This commit is contained in:
32
config/resources/core/ignition/system-properties/config.json
Normal file
32
config/resources/core/ignition/system-properties/config.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"automaticThreadDumpsCpuThreshold": 70,
|
||||
"automaticThreadDumpsCpuThresholdExceededDuration": 10,
|
||||
"automaticThreadDumpsEnabled": false,
|
||||
"automaticThreadDumpsIntervalSeconds": 60,
|
||||
"automaticThreadDumpsRetentionCount": 50,
|
||||
"clientFallbackEnabled": false,
|
||||
"designerRAM": "MB1024",
|
||||
"disable3DPipeline": true,
|
||||
"disableDirectDraw": false,
|
||||
"errorReportFromEmail": "",
|
||||
"errorReportSMTPServer": "",
|
||||
"errorReportToEmail": "",
|
||||
"errorReportUsername": "",
|
||||
"fallbackProjectName": null,
|
||||
"gatewayScriptingProject": "",
|
||||
"homepageUrl": "/web/home",
|
||||
"multicastEnabled": true,
|
||||
"multicastIPAddr": "231.1.1.1",
|
||||
"multicastIntervalMillis": "5000",
|
||||
"multicastReceivePort": "4446",
|
||||
"multicastSendPort": "4445",
|
||||
"scheduledBackupFilename": "${gatewayName}_Ignition-backup-${edition}${timestamp}.gwbk",
|
||||
"scheduledBackupPath": "",
|
||||
"scheduledBackupRetentionCount": 5,
|
||||
"scheduledBackupTimes": "15 1 * * *",
|
||||
"scheduledBackupsEnabled": false,
|
||||
"scriptMessageEncoding": "JavaSerialization",
|
||||
"secondsBeforeFailover": 60,
|
||||
"systemName": "Ignition-ignition",
|
||||
"useCondensedDialogFont": false
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"scope": "A",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"config.json"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "8.3-migration",
|
||||
"timestamp": "2026-02-19T15:42:15Z"
|
||||
},
|
||||
"lastModificationSignature": "d2a6880974da9b14dafdd151fbcedcf98ca799c5e6a5aa2e1ef4a11171eb783f",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user