File size: 339 Bytes
ebccf84 044f5ef ebccf84 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
const path = require('path');
module.exports = {
PORT: 7860,
MAX_GROUP_SIZE: 230,
DAILY_BATCH_SIZE: 1,
EXCEL_FILE: 'numbers.xlsx',
BASE_GROUP_NAME: 'عمل',
STATE_FILE: 'shared_state.json',
CSV_FILE: 'shared_statuses.csv',
SESSION_DIR: path.join(__dirname, 'sessions'),
STATE_REFRESH_INTERVAL: 5000
}; |