head	1.3;
access;
symbols
	NUTS333:1.3
	NUTS332:1.3
	NUTS331:1.3
	NUTS330:1.3
	NUTS321:1.3
	NUTS320:1.3
	NUTS312:1.3
	NUTS311:1.3
	NUTS310:1.2
	NUTS300:1.1
	NUTS300a:1.1;
locks; strict;
comment	@# @;


1.3
date	96.07.23.15.18.40;	author kcozens;	state Release;
branches;
next	1.2;

1.2
date	96.07.23.14.40.04;	author kcozens;	state Exp;
branches;
next	1.1;

1.1
date	96.07.23.13.35.16;	author kcozens;	state Exp;
branches;
next	;


desc
@This is a second sample configuration file to allow testing of networked
talkers.
@


1.3
log
@A slightly different config file provided with the NUTS 3.1.1 release.
@
text
@# This is the 2nd config file for you to use with a copy of the talker
# to get 2 talkers linked together. A lot of parameters are missing here
# in the INIT section to demonstrate the fact that you can leave them as
# the software defaults.

INIT:
verification      fred123
mainport          5000 
wizport           5001
linkport          5002
logging           YES
prompt_def        ON
mesg_life         3
min_private       2
ignore_mp_level   WIZ
rem_user_maxlevel GOD
rem_user_deflevel USER
wizport_level     ARCH
gatecrash_level   ARCH

ROOMS:
dr drive    ha        PUB  CONNECT talker1
ha hallway  dr,co,wz  PUB  
wz wizroom  ha        PRIV
co corridor ha,lg     
lg lounge   co        BOTH ACCEPT

# Link back to talker 1
SITES:
talker1       localhost 7002         bloggs456
@


1.2
log
@An updated sample config file that will allow connection to a second copy of
the talker software running using the first sample configuration file.
@
text
@d22 1
a22 1
dr drive    ha        PUB  CONNECT talker2
d30 1
a30 1
talker2       localhost 7002         bloggs456
@


1.1
log
@Initial revision
@
text
@d1 4
a4 2
# This is a test config file
# that it will have to parse
d8 3
a10 3
mainport          7000 
wizport           7001
linkport          7002
d22 1
a22 1
dr drive    ha        PUB  CONNECT talker1
d28 1
a28 1
# Some favourite sites
d30 1
a30 1
talker1       localhost 5002         bloggs456
@
