]> arthur.barton.de Git - ngircd-alex.git/blob - src/testsuite/ngircd-test2.conf
Test suite: Don't use DNS lookups
[ngircd-alex.git] / src / testsuite / ngircd-test2.conf
1 # ngIRCd test suite
2 # configuration file for test server #2
3
4 [Global]
5         Name = ngircd.test.server2
6         Info = ngIRCd Test-Server 2
7         Listen = 127.0.0.1
8         Ports = 6790
9         MotdFile = ngircd-test2.motd
10         AdminEMail = admin@irc.server2
11
12 [Limits]
13         MaxConnectionsIP = 0
14         MaxJoins = 4
15
16 [Options]
17         OperCanUseMode = yes
18         Ident = no
19         IncludeDir = /var/empty
20         DNS = no
21         PAM = no
22
23 [Operator]
24         Name = TestOp
25         Password = 123
26
27 [Server]
28         Name = ngircd.test.server
29         Host = 127.0.0.1
30         Port = 6789
31         MyPassword = pwd2
32         PeerPassword = pwd1
33
34 # -eof-