master
刘东琪 9 months ago
parent 71c0bc4a0c
commit 37ae9821bb
  1. 2
      ecosystem.config.js
  2. 17
      routes/index.js

@ -10,7 +10,7 @@ module.exports = {
// 使用集群模式 // 使用集群模式
exec_mode: 'cluster', exec_mode: 'cluster',
watch: true, watch: true,
ignore_watch: ['node_modules', 'back', 'docs', '.git'], ignore_watch: ['node_modules', 'back', 'docs', '.git', 'public', 'test', 'dict'],
log_date_format: 'YYYY-MM-DD HH:mm:ss', log_date_format: 'YYYY-MM-DD HH:mm:ss',
env_dev: { env_dev: {
// 开发环境的环境变量 // 开发环境的环境变量

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save