Commit 33b51de2 authored by tong.li's avatar tong.li

Merge branch 'master' of git.quantgroup.cn:QA/config_repository

parents 4244a723 66bc2266
...@@ -19,6 +19,7 @@ module.exports = { ...@@ -19,6 +19,7 @@ module.exports = {
password: 'qatest', password: 'qatest',
database: 'workflow' database: 'workflow'
}, },
salt: 'workflowapi',
ruleEngine: { ruleEngine: {
host: 'http://rule-engine.domain.com' host: 'http://rule-engine.domain.com'
}, },
......
...@@ -53,7 +53,7 @@ module.exports = { ...@@ -53,7 +53,7 @@ module.exports = {
// Secret for session, you will want to change this and make it an environment variable // Secret for session, you will want to change this and make it an environment variable
secrets: { secrets: {
session: 'xyqb-app-api-secret', session: 'xyqb-app-api-prod-0.0.1',
salt: '_lkb' salt: '_lkb'
}, },
......
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