manager-bh/server/.serverrc.js
Primakov Alexandr Alexandrovich ef35a8aa6c init
2024-11-04 18:47:17 +03:00

9 lines
166 B
JavaScript

const path = require('path');
module.exports = {
dataPath: path.resolve(__dirname, 'data'),
maxLogCount: 3,
mailStepTimer: 3000,
protocol: 'http',
}