2
0
Fork 0
mirror of https://github.com/thelounge/thelounge synced 2025-02-18 14:18:26 +00:00
thelounge/test/fixtures/.thelounge/config.js

11 lines
238 B
JavaScript

"use strict";
var config = require("../../../defaults/config.js");
config.public = true;
config.prefetch = true;
config.host = config.bind = "127.0.0.1";
config.port = 61337;
config.transports = ["websocket"];
module.exports = config;