qrzlogger/config.ini.dist

45 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-05-20 18:05:33 +02:00
[qrzlogger]
2021-05-25 20:47:34 +02:00
# MANDATORY configuration seetings
# Enter here your station call (must match with the QRZ.com logbook)
station_call = MYCALL
2021-05-25 20:47:34 +02:00
# Enter here you API key. You find it under "settings" in the QRZ.com logbook
2021-05-20 18:05:33 +02:00
api_key = 1234-ABCD-1234-A1B2
2021-05-25 20:47:34 +02:00
# Enter here you QRZ.com user name, typically your call sign
2021-05-20 18:05:33 +02:00
qrz_user = N0CALL
2021-05-25 20:47:34 +02:00
# Entere here you QRZ.com password (not the API key)
2021-05-20 18:05:33 +02:00
qrz_pass = q1w2e3r4t5z6u7i8o9
2021-05-25 20:47:34 +02:00
# OPTIONAL configuration seetings
# You shouldn't need to change this URL except when QRZ.com changes it some day
api_url = https://logbook.qrz.com/api
# The fields you want to pull from the XML service when querying a call sign
2021-05-20 18:05:33 +02:00
xml_fields = ("call", "band", "mode", "qso_date", "time_on", "rst_sent", "rst_rcvd", "comment")
2021-05-25 20:47:34 +02:00
# The name and path of the log file where successful and failed ADIF records will be logged into
log_file = qrzlogger.log
2021-05-25 20:47:34 +02:00
# Default values for new QSOs
2021-05-21 12:19:02 +02:00
band = 40m
mode = SSB
rst_rcvd = 59
rst_sent = 59
tx_pwr = 5
2021-05-21 16:20:34 +02:00
2021-05-25 20:47:34 +02:00
# Change these colors to your liking
2021-05-21 16:20:34 +02:00
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