备份:大改造前的完整版本 - 修复合同细节/付款节点/文件上传/施工管理/项目保存等BUG
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'company-finance-api',
|
||||
script: 'server-complete.js',
|
||||
script: 'app.js',
|
||||
instances: 1,
|
||||
autorestart: true,
|
||||
watch: false,
|
||||
@@ -12,12 +12,7 @@ module.exports = {
|
||||
},
|
||||
env_production: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: 5000,
|
||||
DB_HOST: 'localhost',
|
||||
DB_PORT: 5432,
|
||||
DB_NAME: 'company_finance_db',
|
||||
DB_USER: 'finance_user',
|
||||
DB_PASSWORD: process.env.DB_PASSWORD || ''
|
||||
PORT: 5000
|
||||
}
|
||||
}]
|
||||
};
|
||||
Reference in New Issue
Block a user