Commit 9d085bda authored by 智勇's avatar 智勇

up

parent c4440122
'use strict'
/**
* * Created by menzhongxin on 2018/1/30.
* */
module.exports = {
port: 80,
redis: {
easyMode: {
host: 'redis'
port: 6379
}
},
coreDb: {
host: 'db',
user: 'qa',
password: 'qatest',
database: 'workflow'
}
}
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