Commit 37c1212c authored by kalvin's avatar kalvin

更新配置

parent e53dc3dd
...@@ -7,7 +7,7 @@ module.exports = { ...@@ -7,7 +7,7 @@ module.exports = {
port: 80, port: 80,
redis: { redis: {
easyMode: { easyMode: {
host: 'redis' host: 'redis',
port: 6379 port: 6379
} }
}, },
...@@ -16,5 +16,8 @@ module.exports = { ...@@ -16,5 +16,8 @@ module.exports = {
user: 'qa', user: 'qa',
password: 'qatest', password: 'qatest',
database: 'workflow' database: 'workflow'
},
ruleEngine: {
host: 'http://192.168.4.15:7104'
} }
} }
\ No newline at end of file
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