Commit 83e9d0bb authored by 郝聪敏's avatar 郝聪敏

feature: 添加线上数据库地址

parent 68a18da3
...@@ -36,14 +36,5 @@ export default (appInfo: EggAppConfig) => { ...@@ -36,14 +36,5 @@ export default (appInfo: EggAppConfig) => {
'access' 'access'
]; ];
config.sequelize = {
dialect: 'mysql',
username: 'qa',
password: 'qatest',
host: '172.17.5.9',
port: 31024,
database: 'low_code',
};
return config; return config;
}; };
...@@ -27,5 +27,14 @@ export default (appInfo: EggAppConfig) => { ...@@ -27,5 +27,14 @@ export default (appInfo: EggAppConfig) => {
browser: 'http://localhost:7001/editor/list' browser: 'http://localhost:7001/editor/list'
}; };
exports.sequelize = {
dialect: 'mysql',
username: 'qa',
password: 'qatest',
host: '172.17.5.9',
port: 31024,
database: 'low_code',
};
return exports; return exports;
}; };
...@@ -13,5 +13,14 @@ export default (appInfo: EggAppConfig) => { ...@@ -13,5 +13,14 @@ export default (appInfo: EggAppConfig) => {
dir: '/home/quant_group/logs', dir: '/home/quant_group/logs',
}; };
exports.sequelize = {
dialect: 'mysql',
username: 'low_code_w',
password: 'B2pRHuGMLBNybuKp',
host: 'low-code-db.quantgroups.com',
port: 3306,
database: 'low_code',
};
return exports; return exports;
}; };
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