qrzlogger/config.ini.dist

25 lines
528 B
Plaintext
Raw Normal View History

2021-05-20 12:05:33 -04:00
[qrzlogger]
station_call = MYCALL
2021-05-20 12:05:33 -04:00
api_url = https://logbook.qrz.com/api
api_key = 1234-ABCD-1234-A1B2
qrz_user = N0CALL
qrz_pass = q1w2e3r4t5z6u7i8o9
xml_fields = ("call", "band", "mode", "qso_date", "time_on", "rst_sent", "rst_rcvd", "comment")
# default values for new QSOs
2021-05-21 06:19:02 -04:00
band = 40m
mode = SSB
rst_rcvd = 59
rst_sent = 59
tx_pwr = 5
2021-05-21 10:20:34 -04:00
#colors
use_colors = yes
inputcol = fore.YELLOW
hlcol = fore.YELLOW
defvalcol = fore.LIGHT_BLUE
errorcol = fore.RED
successcol = fore.GREEN
tablecol = fore.LIGHT_BLUE
logocol = fore.YELLOW