about summary refs log tree commit diff
path: root/src/testsuite/ngircd-test.conf
blob: 3f0ffe95d29e312ed1fe673a6c38a2c4f79438da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id: ngircd-test.conf,v 1.5 2007/11/18 15:07:16 alex 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

[Operator]
	Name = TestOp
	Password = 123

# -eof-