diff --git a/o2server/configSample/centerServer.json b/o2server/configSample/centerServer.json deleted file mode 100644 index 504d5aba1c22cd8301607b28ea718f2266386a96..0000000000000000000000000000000000000000 --- a/o2server/configSample/centerServer.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "enable": true, - "order": 0.0, - "sslEnable": false, - "redeploy": true, - "port": 20030.0, - "httpProtocol": "", - "proxyHost": "", - "proxyPort": 20030.0, - "scanInterval": 0.0, - "configApiEnable": true, - "statEnable": true, - "statExclusions": "*.js,*.gif,*.jpg,*.png,*.css,*.ico", - "maxFormContent": 20.0, - "exposeJest": true, - "requestLogEnable": false, - "requestLogFormat": "", - "requestLogRetainDays": 7.0, - "requestLogBodyEnable": false, - "persistentConnectionsEnable": true, - "###enable": "是否启用###", - "###order": "center节点顺序,顺序排列0,1,2...###", - "###sslEnable": "是否启用ssl传输加密,如果启用将使用config/keystore文件作为密钥文件.使用config/token.json文件中的sslKeyStorePassword字段为密钥密码,sslKeyManagerPassword为管理密码.###", - "###redeploy": "每次启动是否重新部署所有应用.###", - "###port": "端口,center服务器端口,默认20030###", - "###httpProtocol": "对外http访问协议,http/https###", - "###proxyHost": "代理主机,当服务器是通过apache/nginx等代理服务器映射到公网或者通过路由器做端口映射,在这样的情况下需要设置此地址以标明公网访问地址.###", - "###proxyPort": "代理端口,当服务器是通过apache/nginx等代理服务器映射到公网或者通过路由器做端口映射,在这样的情况下需要设置此地址以标明公网访问端口.###", - "###scanInterval": "重新扫描war包时间间隔(秒)###", - "###config": "其他参数###", - "###configApiEnable": "允许通过Api修改config###", - "###statEnable": "启用统计,默认启用统计.###", - "###statExclusions": "统计忽略路径,默认忽略*.js,*.gif,*.jpg,*.png,*.css,*.ico###", - "###maxFormContent": "最大提交数据限制(M),限制有所上传的内容大小,包括附件.###", - "###exposeJest": "暴露jest接口.###", - "###requestLogEnable": "启用访问日志功能.###", - "###requestLogFormat": "访问日志记录格式.###", - "###requestLogRetainDays": "访问日志记录天数,默认7天.###", - "###requestLogBodyEnable": "访问日志是否记录post或者put的body内容,只对content-type为application/json的请求有效.###", - "###persistentConnectionsEnable": "是否启用长连接,默认false.###" -} \ No newline at end of file