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
24 # Your Longtitude (+)ve = East, (-)ve = West in degrees and decimal degrees
27 # Your locator (USE CAPITAL LETTERS)
28 $mylocator = "JO02AA";
31 $myqth = "SomeTown, SomeState";
34 $myemail = "qqq@gmail.com";
36 # the country codes that my node is located in
38 # for example 'qw(EA EA8 EA9 EA0)' for Spain and all its islands.
39 # if you leave this blank then it will use the country code for
40 # your $mycall. This will suit 98% of sysops (including GB7 BTW).
46 @debug = qw(chan state msg cron connect);
51 # the SQL database DBI dsn
52 #$dsn = "dbi:SQLite:dbname=$root/data/dxspider.db";