Поправки конфигов
This commit is contained in:
@@ -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',
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user