roo00 7 лет назад
Родитель
Сommit
6aeb26c9e5

+ 0 - 9
o2server/config/centerServer.json

@@ -1,9 +0,0 @@
-{
-    "proxyHost": "",
-    "proxyPort": 20030,
-	"port": null,
-	"forceRedeploy": true,
-	"sslEnable": false,
-	"scanInterval":null,
-	"httpProtocol":""
-}

+ 0 - 6
o2server/config/collect.json

@@ -1,6 +0,0 @@
-{
-	"enable": true,
-	"name":"dev.ray.local",
-	"password":"1",
-	"server":"collect.o2server.io"
-}

+ 0 - 10
o2server/config/dingding.json

@@ -1,10 +0,0 @@
-{
-	"enable" : false,
-	"syncOrganizationDirection":"pull",
-	"pullSyncOrganizationInterval":null,
-	"fullPullSyncOrganizationInterval":null,
-    "corpId": "ding21016b71e78da961",
-    "corpSecret": "hkqWR0RvwvkSZsyWv05PtU3O9NFUoazYgpBeDjSPXzr8vLhXk6SJ2NWmk9dOWDqA",
-	"syncOrganizationCallbackAddress" :""
-}
-

+ 0 - 5
o2server/config/dumpRestoreData.json

@@ -1,5 +0,0 @@
-{
-"batchSize":null,
-"includes":[],
-"excludes":[]
-}

+ 0 - 10
o2server/config/externalDataSources.json

@@ -1,10 +0,0 @@
-[
-	{
-		"url" : "jdbc:dm://192.168.83.128:5236/DAMENG",
-		"username" : "SYSDBA",
-		"password" :"123456789",
-		"includes": [],
-		"excludes": [],
-		"enable" : false
-	}
-]

+ 0 - 10
o2server/config/externalDataSources_db2.json

@@ -1,10 +0,0 @@
-[
-	{
-		"url" : "jdbc:db2://127.0.0.1:50000/X01",
-		"username" : "db2admin",
-		"password" :"1234abcd",
-		"includes": [],
-		"excludes": [],
-		"enable" : true
-	}
-]

+ 0 - 10
o2server/config/externalDataSources_mysql.json

@@ -1,10 +0,0 @@
-[
-	{
-		"url":"jdbc:mysql://127.0.0.1:3306/X?serverTimezone=UTC&useSSL=false",
-		"username" : "root",
-		"password" :"1234abcd",
-		"includes": [],
-		"excludes": [],
-		"enable" : true
-	}
-]

+ 0 - 10
o2server/config/externalDataSources_oracle.json

@@ -1,10 +0,0 @@
-[
-	{
-		"url":"jdbc:oracle:thin:@//127.0.0.1:1521/orcl",
-		"username" : "X",
-		"password" :"ABcd1234",
-		"includes": [],
-		"excludes": [],
-		"enable" : true
-	}
-]

+ 0 - 10
o2server/config/externalDataSources_sqlserver.json

@@ -1,10 +0,0 @@
-[
-	{
-		"url" : "jdbc:sqlserver://127.0.0.1:1433;DatabaseName=X;selectMethod=cursor;sendStringParametersAsUnicode=false",
-		"username" : "sa",
-		"password" :"zone2018",
-		"includes": [],
-		"excludes": [],
-		"enable" : true
-	}
-]

+ 0 - 7
o2server/config/logLevel.json

@@ -1,7 +0,0 @@
-{
-  "x_query_assemble_designer": "info",
-  "x_processplatform_service_processing" :"debug",
-  "x_query_service_processing": "debug",
-  "x_query_assemble_surface": "debug",
-  "x_program_center" :"info"
-}

+ 0 - 40
o2server/config/node_127.0.0.1.json

@@ -1,40 +0,0 @@
-{
-  "enable": true,
-  "port":null,
-  "sslEnable":false,
-  "logLevel":"warn",
-  "scanInterval" :3,
-  "isPrimaryCenter": true,
-  "application": {
-    "enable": true,
-    "port": null,
-    "sslEnable": false,
-    "proxyHost": "",
-    "proxyPort": null,
-    "forceRedeploy": true,
-	"scanInterval":5,
-    "includes":[],
-	"excludes":["x_report_*","x_strategydeploy_*","x_mind_assemble_*","x_okr_assemble_*","x_hotpic_core_*","x_calendar_*","x_attendance_*"]
-  },
-  "web": {
-    "enable": true,
-    "port": null,
-    "sslEnable": false,
-    "proxyHost": "",
-    "proxyPort": null,
-    "forceRedeploy": true
-  },
-  "storage": {
-    "enable": true,
-    "port": null,
-    "sslEnable": false,
-	"name" : ""
-  },
-  "data": {
-    "enable": true,
-    "tcpPort": null,
-    "webPort": null,
-    "includes": [],
-    "excludes": []
-  }
-}

+ 0 - 16
o2server/config/person.json

@@ -1,16 +0,0 @@
-{
-  "oauthLogin": false,
-  "codeLogin": true,
-  "bindLogin": true,
-  "faceLogin": true,
-  "password": "(person.getMobile())",
-  "passwordPeriod": 0,
-  "register": "disable",
-  "superPermission": true,
-  "mobileRegex": "(^(\\+)?0{0,2}852\\d{8}$)|(^(\\+)?0{0,2}853\\d{8}$)|(^1(3|4|5|7|8|9)\\d{9}$)",
-  "loginPage": {
-    "enable": false,
-    "portal": "",
-    "page": ""
-  }
-}

+ 0 - 5
o2server/config/processPlatform.json

@@ -1,5 +0,0 @@
-{
-	"scheduleScanTrigger": {
-		"minutes": 0
-	}
-}

+ 0 - 11
o2server/config/qiyeweixin.json

@@ -1,11 +0,0 @@
-{
-	"enable" : false,
-	"syncOrganizationDirection":"pull",
-	"apiAddress":"https://qyapi.weixin.qq.com",
-	"pullSyncOrganizationInterval":null,
-	"fullPullSyncOrganizationInterval":null,
-	"corpId":"wxe4338503a5176e16",  
-	"corpSecret":"eqMP0Wzmkm7aBo70AuzAEjA8ZqLLDTu70PRvrkgqAXk",
-	"syncOrganizationCallbackAddress" :""
-}
-

+ 0 - 11
o2server/config/token.json

@@ -1,11 +0,0 @@
-{
-  "key": "",
-  "password": "o2",
-  "sslKeyStorePassword": "12345678",
-  "sslKeyManagerPassword": "12345678",
-  "initialManager": "xadmin",
-  "initialManagerDistinguishedName": "xadmin@o2oa@P",
-  "ssos": [],
-  "oauths": [],
-  "oauthClients": []
-}

+ 0 - 14
o2server/config/zhengwuDingding.json

@@ -1,14 +0,0 @@
-{
-	"appId":"dtdream_sheng_shnegjiguanshiwuju_1",
-	"appSecret":"XhlS2ZRXY8JZ",
-	"agentId":"184707353",
-	"syncOrganizationDirection":"pull",
-	"oapiAddress":"https://59.202.29.46:8004/oapi",
-	"pullSyncOrganizationInterval":null,
-	"fullPullSyncOrganizationInterval":null,
-	"corpId":"ding5d2dd335032d4436",  
-	"corpSecret":"EZswiw9PKkuNmNwhIpThcO2w3mXGyOxNHxWV0EzaJGsRAP8b9SLV6HmEXL3JbfWl",
-	"syncOrganizationCallbackAddress" :"",
-	"enable":false
-}
-