]> arthur.barton.de Git - ngircd-alex.git/blob - src/testsuite/ngircd-test.conf
Removed the SQUIT test for now, actually we don't support it yet.
[ngircd-alex.git] / src / testsuite / ngircd-test.conf
1 # $Id: ngircd-test.conf,v 1.6 2008/02/17 00:00:13 fw Exp $
2
3 [Global]
4         Name = ngircd.test.server
5         Info = ngIRCd Test-Server
6         Ports = 6789
7         MotdFile = ngircd-test.motd
8         AdminEMail = admin@irc.server
9         MaxConnectionsIP = 0
10         ServerUID = 1
11         ServerGID = 1
12         OperCanUseMode = yes
13
14 [Operator]
15         Name = TestOp
16         Password = 123
17
18 # -eof-