projects
/
ngircd-alex.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3c2829bc80575125df63c1ffcff1e8ba2ea3aa19
[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
[Operator]
15
Name = TestOp
16
Password = 123
17
18
[Server]
19
Name = ngircd.test.server
20
Host = localhost
21
Port = 6789
22
MyPassword = pwd2
23
PeerPassword = pwd1
24
25
# -eof-