fizzbuzz/json-chat-nodejs/config.js

12 lines
119 B
JavaScript
Raw Permalink Normal View History

2011-08-15 20:46:18 +00:00
(function () {
"use strict";
var config
config = {
port: 5080
};
module.exports = config;
}());