]> arthur.barton.de Git - ngircd-alex.git/blob - src/testsuite/ngircd-test2.conf
Add [Features] section to ngircd-test{1|2}.conf
[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
14 [Features]
15         Ident = yes
16         PAM = yes
17
18 [Operator]
19         Name = TestOp
20         Password = 123
21
22 [Server]
23         Name = ngircd.test.server
24         Host = localhost
25         Port = 6789
26         MyPassword = pwd2
27         PeerPassword = pwd1
28
29 # -eof-