]> arthur.barton.de Git - ngircd-alex.git/blob - src/testsuite/ngircd-test2.conf
Clarify that "CAFile" is not set by default
[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         MaxPenaltyTime = 1
16
17 [Options]
18         OperCanUseMode = yes
19         Ident = no
20         IncludeDir = /var/empty
21         DNS = no
22         PAM = no
23
24 [Operator]
25         Name = TestOp
26         Password = 123
27
28 [Server]
29         Name = ngircd.test.server
30         Host = 127.0.0.1
31         Port = 6789
32         MyPassword = pwd2
33         PeerPassword = pwd1
34
35 # -eof-