mirror of
https://gitlab.com/comunic/nodejs-webrtcsignalexchangerserver
synced 2024-11-22 05:19:26 +00:00
10 lines
132 B
JavaScript
10 lines
132 B
JavaScript
|
/**
|
||
|
* Project configuration
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* The port into which the server listen
|
||
|
*/
|
||
|
exports.port = 8081;
|