Mohammed Foud
commited on
Commit
·
044f5ef
1
Parent(s):
b7f5984
first commit
Browse files- src/config.js +1 -1
src/config.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
const path = require('path');
|
2 |
|
3 |
module.exports = {
|
4 |
-
PORT:
|
5 |
MAX_GROUP_SIZE: 230,
|
6 |
DAILY_BATCH_SIZE: 1,
|
7 |
EXCEL_FILE: 'numbers.xlsx',
|
|
|
1 |
const path = require('path');
|
2 |
|
3 |
module.exports = {
|
4 |
+
PORT: 7860,
|
5 |
MAX_GROUP_SIZE: 230,
|
6 |
DAILY_BATCH_SIZE: 1,
|
7 |
EXCEL_FILE: 'numbers.xlsx',
|