Commit cb6f2f59 authored by zhijie.xue's avatar zhijie.xue

增加rockemq

parent c0ac6cff
......@@ -13,6 +13,7 @@ const java = fs.readFileSync('yamls/java.yaml', 'utf8')
const go = fs.readFileSync('yamls/go.yaml', 'utf8')
const python = fs.readFileSync('yamls/python.yaml', 'utf8')
const tencenthubkey = fs.readFileSync('yamls/tencenthubkey.yaml', 'utf8')
const rocketmq = fs.readFileSync('yamls/rocketmq.yaml', 'utf8')
module.exports = {
mysql,
......@@ -28,4 +29,5 @@ module.exports = {
go,
python,
tencenthubkey,
rocketmq,
}
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