1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-08-09 15:23:54 +00:00
ngircd/src/testsuite/ngircd-test2.conf
2011-01-19 01:19:40 +01:00

30 lines
455 B
Plaintext

# ngIRCd test suite
# configuration file for test server #2
[Global]
Name = ngircd.test.server2
Info = ngIRCd Test-Server 2
Ports = 6790
MotdFile = ngircd-test2.motd
AdminEMail = admin@irc.server2
MaxConnectionsIP = 0
OperCanUseMode = yes
MaxJoins = 4
[Features]
Ident = no
PAM = no
[Operator]
Name = TestOp
Password = 123
[Server]
Name = ngircd.test.server
Host = localhost
Port = 6789
MyPassword = pwd2
PeerPassword = pwd1
# -eof-