mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-12-02 09:02:29 +00:00
7 lines
70 B
JavaScript
7 lines
70 B
JavaScript
|
"use strict";
|
||
|
|
||
|
var config = {
|
||
|
port: 9000
|
||
|
};
|
||
|
|
||
|
module.exports = config;
|