mirror of
https://gitlab.com/comunic/nodejs-webrtcsignalexchangerserver
synced 2024-11-21 21:09:27 +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; |