]> arthur.barton.de Git - ngircd-alex.git/blob - src/testsuite/ngircd-test2.conf
New configuration option "NoIdent" to disable IDENT 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         Ports = 6790
8         MotdFile = ngircd-test2.motd
9         AdminEMail = admin@irc.server2
10         MaxConnectionsIP = 0
11         OperCanUseMode = yes
12         MaxJoins = 4
13         NoIdent = yes
14
15 [Operator]
16         Name = TestOp
17         Password = 123
18
19 [Server]
20         Name = ngircd.test.server
21         Host = localhost
22         Port = 6789
23         MyPassword = pwd2
24         PeerPassword = pwd1
25
26 # -eof-