init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
dataPath: path.resolve(__dirname, 'data'),
|
||||
maxLogCount: 3,
|
||||
mailStepTimer: 3000,
|
||||
protocol: 'http',
|
||||
}
|
||||
Reference in New Issue
Block a user