about summary refs log tree commit diff
path: root/src/testsuite/ngircd-test.conf
blob: 5b1fbe3353c6c4c5949b511a426125a9e888fd8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: ngircd-test.conf,v 1.6 2008/02/17 00:00:13 fw Exp $

[Global]
	Name = ngircd.test.server
	Info = ngIRCd Test-Server
	Ports = 6789
	MotdFile = ngircd-test.motd
	AdminEMail = admin@irc.server
	MaxConnectionsIP = 0
	ServerUID = 1
	ServerGID = 1
	OperCanUseMode = yes

[Operator]
	Name = TestOp
	Password = 123

# -eof-