Поправки конфигов

This commit is contained in:
Book Pauk
2018-12-26 22:08:33 +07:00
parent e0e1445cca
commit 4c3f175e71
3 changed files with 12 additions and 9 deletions

View File

@@ -1,6 +1,12 @@
const path = require('path');
const base = require('./base');
const execPath = path.dirname(process.execPath);
module.exports = Object.assign({}, base, {
branch: 'production',
tempDir: execPath + '/tmp',
logDir: execPath + '/log',
dataDir: execPath + '/data',
}
);