mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 13:18:24 +00:00
Add the default IRC network for tests
This commit is contained in:
parent
42bafe7165
commit
af236dd280
1 changed files with 2 additions and 0 deletions
2
test/fixtures/.thelounge/config.js
vendored
2
test/fixtures/.thelounge/config.js
vendored
|
@ -2,6 +2,8 @@
|
|||
|
||||
var config = require("../../../defaults/config.js");
|
||||
|
||||
config.defaults.name = "Example IRC Server";
|
||||
config.defaults.host = "irc.example.com";
|
||||
config.public = true;
|
||||
config.prefetch = true;
|
||||
config.host = config.bind = "127.0.0.1";
|
||||
|
|
Loading…
Add table
Reference in a new issue