修改环境变量使用

This commit is contained in:
luying
2020-12-28 20:31:04 +08:00
parent d507c7bf7f
commit afd850e69e
19 changed files with 599 additions and 240 deletions

View File

@@ -8,7 +8,8 @@
var cwd='/game-server';
//项目的运行环境
var envType= 'production';
var config = require('./config.json');
var envType= config.env;
//配置文件的输出目录
var outputFilePath = './pomeloPm2Start.json';