This commit is contained in:
frtk 2016-02-11 23:06:16 +01:00
parent d27f957f82
commit 7032dadf8f
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
/**
* @file server_params.js
* @author frtk
*/
/**
*
* server parameters
*
*/
var params = {
port: 8042,
}
/**
*
* EXPORT
*
*/
if (typeof exports !== "undefined") {
exports.params = params;
}