This commit is contained in:
AJ ONeal 2015-12-17 05:01:01 +00:00
parent 7a9e85f53f
commit 28ec4cc83a
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ var leCore = require('letiny-core');
var LE = module.exports;
LE.productionServerUrl = leCore.productionServerUrl;
LE.stagingServerUrl = leCore.stagingServerUrl;
console.log('stagingUrl', Object.keys(leCore));
LE.configDir = leCore.configDir;
LE.logsDir = leCore.logsDir;
LE.workDir = leCore.workDir;