Explorar el Código

添加开发配置文件

lqq hace 9 años
padre
commit
6b55a6d279

+ 39 - 0
ZWT/Config - KFQ/appCentre.config

@@ -0,0 +1,39 @@
+//配置文件
+{
+	"list":
+	[
+	  {
+		 "id":"appCentre",
+  		 "pluginID":"appCentre",
+  		 "lib":"Binary\\AppCentre.dll",
+ 		 "singleton":true
+	  },
+	  {
+		 "id":"appCentreConfig",
+  		 "pluginID":"appCentreConfig",
+  		 "lib":"Binary\\AppCentre.dll",
+ 		 "singleton":true
+       },
+      {
+		 "id":"appCentreUIHandler",
+  		 "pluginID":"appCentreUIHandler",
+  		 "lib":"binary\\AppCentre.dll",
+ 		 "singleton":true
+	  }
+   ],
+   //stForm 独立窗体
+   //stOnMainform 集成窗体
+   "showType":"stForm",
+   "lxtAppKey":"0B6AC133A3E1FC7F5A3109F8A81E0825",
+   "lxtAppSecret":"F48CF467B796B55B6F0C9A1D8EF2BA0A",
+   "ip":"",
+   "port":8989,
+   //用于登录
+   "clientIP":"",
+   "clientPort":8988,
+   "enable":false,
+   "DanDianDengLu":false,
+   "messageCentreIP":"",
+   "messageCentrePort":8989,
+   "messageCentreEnable":false
+}

+ 14 - 0
ZWT/Config - KFQ/behavior.config

@@ -0,0 +1,14 @@
+//配置文件
+{
+   "list":
+   [
+      {
+         "id":"Monitor",
+         "pluginID":"Monitor",
+         "lib":"binary\\Logger.dll",
+         "singleton":true
+      }
+   ],
+   "enable":true,
+   "url":"http://172.28.93.18:8080/api/loginrecord"
+}

+ 23 - 0
ZWT/Config - KFQ/ca.config

@@ -0,0 +1,23 @@
+//配置文件
+{
+	"list":
+	[   
+		{
+         "id":"caconfig",
+         "pluginID":"caconfig",
+         "lib":"binary\\CA.dll",
+         "singleton":true
+		},
+		{
+         "id":"caclient",
+         "pluginID":"caclient",
+         "lib":"binary\\CA.dll",
+         "singleton":true
+		}		
+	],
+	
+	"url":"http://10.41.220.70:6180/MessageService",
+	"enable":false,
+	"appid":"testApp",
+	"casubject":"CN=Private Certificate Authority Of MOF, O=MOF, C=CN"
+}

+ 10 - 0
ZWT/Config - KFQ/condition.config

@@ -0,0 +1,10 @@
+//配置文件
+{
+ 	"faceSize":20,
+	//用户信息可见性控制是否启用
+	"userInfoController":false,
+	//是否启用全市功能
+	"otherServersDisable":false,
+	//两字节的问题
+	"newCenterServer":false
+}

+ 30 - 0
ZWT/Config - KFQ/dataprovider.config

@@ -0,0 +1,30 @@
+//配置文件
+{
+	"list":
+	[
+	  {
+		 "id":"AppIconProvider",
+  		 "pluginID":"AppIconProvider",
+  		 "lib":"binary\\DataProvider.dll",
+ 		 "singleton":true
+ 	  },
+      {
+		 "id":"UsersHashProvider",
+  		 "pluginID":"UsersHashProvider",
+  		 "lib":"binary\\DataProvider.dll",
+ 		 "singleton":true
+ 	  },
+      {
+		 "id":"MapTeamUsersProvider",
+  		 "pluginID":"MapTeamUsersProvider",
+  		 "lib":"binary\\DataProvider.dll",
+ 		 "singleton":true
+ 	  },
+      {
+		 "id":"DataModule",
+  		 "pluginID":"DataModule",
+  		 "lib":"binary\\DataProvider.dll",
+ 		 "singleton":true
+ 	  }
+   ]
+}

+ 9 - 0
ZWT/Config - KFQ/db.config

@@ -0,0 +1,9 @@
+//配置文件
+[db.config]
+Encoding=UTF8
+
+[SQLitePool]
+DriverID=SQLite
+Database=temp.sdb
+LockingMode=Normal
+Pooled=true

+ 18 - 0
ZWT/Config - KFQ/group.config

@@ -0,0 +1,18 @@
+//配置文件
+{
+		//gvIndependent独立群组
+		//gvIntegration集成群组
+		"version":"gvIndependent",
+		"groupServerAddress":
+		[
+			{"ip":"172.28.93.16", "port":6714, "enable":true}
+		],
+		"imageServerAddress":
+		[
+			{"ip":"172.28.93.15", "port":6713, "enable":true}
+		],
+		"gatewayServerAddress":
+		[
+			{"ip":"172.28.93.16", "port":6715, "enable":true}
+		]
+}

+ 6 - 0
ZWT/Config - KFQ/groupShare.config

@@ -0,0 +1,6 @@
+//配置文件
+{
+	"version":"gsvNew",
+        "ip":"172.28.93.4",
+        "port":8083
+}

+ 16 - 0
ZWT/Config - KFQ/logger.config

@@ -0,0 +1,16 @@
+//配置文件
+{
+   "list":
+   [
+      {
+         "id":"ResfulLogger",
+         "pluginID":"NoLogger",
+         "lib":"binary\\Logger.dll",
+         "singleton":true
+      }
+   ],
+   "enable":true,
+   "url":"http://61.153.67.119:8080/log",
+   "appCode":"PC-IMClient@LS",
+   "clientVersion":"7.10"
+}

+ 9 - 0
ZWT/Config - KFQ/offlineFile.config

@@ -0,0 +1,9 @@
+//配置文件
+{
+	"version":"gvIndependent",
+	"packageSize":512000,
+	"address":
+	[
+		{"ip":"172.28.93.20", "port":8124, "enable":true}
+	]
+}