修改环境变量使用
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
var cwd='/game-server';
|
||||
|
||||
//项目的运行环境
|
||||
var envType= 'production';
|
||||
var config = require('./config.json');
|
||||
var envType= config.env;
|
||||
|
||||
//配置文件的输出目录
|
||||
var outputFilePath = './pomeloPm2Start.json';
|
||||
|
||||
Reference in New Issue
Block a user