2016-10-09 19:14:02 +00:00
|
|
|
"use strict";
|
|
|
|
|
2015-09-28 20:32:50 +00:00
|
|
|
var config = require("../../../defaults/config.js");
|
|
|
|
|
|
|
|
config.prefetch = true;
|
2016-12-23 11:50:11 +00:00
|
|
|
config.host = config.bind = "127.0.0.1";
|
|
|
|
config.port = 61337;
|
|
|
|
config.transports = ["websocket"];
|
2015-09-28 20:32:50 +00:00
|
|
|
|
|
|
|
module.exports = config;
|