2 # The system variables - those indicated will need to be changed to suit your
3 # circumstances (and callsign)
5 # Copyright (c) 1998 - Dirk Koopman G1TLH
12 # this really does need to change for your system!!!!
19 # Your 'normal' callsign (in CAPTTAL LETTERS)
22 # Your latitude (+)ve = North (-)ve = South in degrees and decimal degrees
23 $mylatitude = +52.68584579;
25 # Your Longtitude (+)ve = East, (-)ve = West in degrees and decimal degrees
26 $mylongitude = +0.94518260;
28 # Your locator (USE CAPITAL LETTERS)
29 $mylocator = "JO02LQ";
32 $myqth = "East Dereham, Norfolk";
35 $myemail = "djk\@tobit.co.uk";
38 $mybbsaddr = "G1TLH\@GB7TLH.#35.GBR.EU";
40 # the default language (the key used must match the one in the Messages file)
43 # the country codes that my node is located in
45 # for example 'qw(EA EA8 EA9 EA0)' for Spain and all its islands.
46 # if you leave this blank then it will use the country code for
47 # your $mycall. This will suit 98% of sysops (including GB7 BTW).
52 # the tcp address of the cluster this can be an address of an ethernet port
53 # but this is more secure. For normal use this will be fine.
54 $clusteraddr = "localhost";
56 # the port number of the cluster (just leave this, unless it REALLY matters to you)
59 # your favorite way to say 'Yes'
62 # your favorite way to say 'No'
65 # the interval between unsolicited prompts if not traffic
66 $user_interval = 11*60;
71 # system files live in
72 $system = "$root/sys";
74 # command files live in
77 # local command files live in (and overide $cmd)
78 $localcmd = "$root/local_cmd";
80 # where the user data lives
81 $userfn = "$data/users";
83 # the "message of the day" file
87 @debug = qw(chan state msg cron connect);
89 # the SQL database DBI dsn
90 #$dsn = "dbi:SQLite:dbname=$root/data/dxspider.db";