Commit 57841628 by 王昆

gsb

parent 08572452
...@@ -30,6 +30,11 @@ var settings = { ...@@ -30,6 +30,11 @@ var settings = {
} }
}, },
apiconfig: { apiconfig: {
AES: {
key: "qUPsMflPfgpPP1Ua", //密钥
iv: '1012133205963708', //偏移向量
padding: 'PKCS7Padding' //补全值
},
opLogUrl: function () { opLogUrl: function () {
return settings.reqEsAddr() + "bigdata_zc_op_log/_doc?pretty"; return settings.reqEsAddr() + "bigdata_zc_op_log/_doc?pretty";
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment