From cd32500504c97874c8fc0f8ceb1ac58f3cb37b01 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期五, 01 八月 2025 15:26:35 +0800
Subject: [PATCH] 111
---
config/production_config.json | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/config/production_config.json b/config/production_config.json
index 6680587..f506b7e 100644
--- a/config/production_config.json
+++ b/config/production_config.json
@@ -94,10 +94,10 @@
"Address": 6026,
"DataType": "Timestamp",
"Length": 7,
- "Format": "YYYYMMDDHHMMSS",
+ "Format": "YYYYMMDDHHMM",
"Encoding": "BigEndian",
"DisplayName": "璁板綍鏃堕棿",
- "Description": "鏁版嵁璁板綍鏃堕棿鎴筹紝澶х妯″紡瀛樺偍锛屼竴涓瓧鑺備袱涓瓧绗︼紝鏍煎紡锛氬勾鏈堟棩鏃跺垎绉�"
+ "Description": "鏁版嵁璁板綍鏃堕棿鎴筹紝澶х妯″紡瀛樺偍锛屼竴涓瓧鑺備袱涓瓧绗︼紝鏍煎紡锛氬勾鏈堟棩鏃跺垎锛�12浣嶏級"
}
},
@@ -205,8 +205,14 @@
"Database": {
"Enabled": true,
"Type": "Oracle",
- "ConnectionString": "Data Source = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.246)(PORT = 1521))(CONNECT_DATA = (SERVICE_NAME = ORCL))); Persist Security Info=True;User ID = wr_dev; Password=wrdev",
+ "ConnectionString": "Data Source = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.92)(PORT = 1521))(CONNECT_DATA = (SERVICE_NAME = ORCL))); Persist Security Info=True;User ID = lts_dev; Password=ltsdev",
"AutoCreateTables": true,
- "DataRetentionDays": 90
+ "DataRetentionDays": 90,
+ "Tables": {
+ "ModbusDataTable": "PRODUCTION_DATA",
+ "CommunicationLogTable": "COMMUNICATION_LOG",
+ "ErrorLogTable": "ERROR_LOG",
+ "StatisticsTable": "STATISTICS"
+ }
}
}
\ No newline at end of file
--
Gitblit v1.9.3