2 # The system variables - those indicated will need to be changed to suit your
3 # circumstances (and callsign)
5 # Copyright (c) 1998-2007 - Dirk Koopman G1TLH
11 # this really does need to change for your system!!!!
18 # Your 'normal' callsign (in CAPTTAL LETTERS)
21 # Your latitude (+)ve = North (-)ve = South in degrees and decimal degrees
22 $mylatitude = +52.68584579;
24 # Your Longtitude (+)ve = East, (-)ve = West in degrees and decimal degrees
25 $mylongitude = +0.94518260;
27 # Your locator (USE CAPITAL LETTERS)
28 $mylocator = "JO02LQ";
31 $myqth = "East Dereham, Norfolk";
34 $myemail = "djk\@tobit.co.uk";
37 $mybbsaddr = "G1TLH\@GB7TLH.#35.GBR.EU";
39 # the default language (the key used must match the one in the Messages file)
42 # the country codes that my node is located in
44 # for example 'qw(EA EA8 EA9 EA0)' for Spain and all its islands.
45 # if you leave this blank then it will use the country code for
46 # your $mycall. This will suit 98% of sysops (including GB7 BTW).
51 # the tcp address of the cluster this can be an address of an ethernet port
52 # but this is more secure. For normal use this will be fine.
53 $clusteraddr = "localhost";
55 # the port number of the cluster (just leave this, unless it REALLY matters to you)
58 # your favorite way to say 'Yes'
61 # your favorite way to say 'No'
64 # the interval between unsolicited prompts if not traffic
65 $user_interval = 11*60;
69 @debug = qw(chan state msg cron connect);
74 # the SQL database DBI dsn
75 #$dsn = "dbi:SQLite:dbname=$root/data/dxspider.db";