-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpotashell.ini.example
33 lines (30 loc) · 1.3 KB
/
potashell.ini.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
; *****************************************
; * POTA SHELL Copyright (C) 2024 *
; * Authors: Martin Francis VA3PHP *
; * James Fraser *
; * --------------------------------------*
; * https://github.com/classaxe/potashell *
; *****************************************
; This is a sample configuration file for potashell
; Copy this file to potashell.ini, and modify it to suit your own needs
[WSJTX]
; Set this to the directory where your WSJT-X datafiles are stored
; Run WSJT-X and choose 'Open log directory' from the File menu to see
; your log files folder
;
; PC USERS - your path will look like this:
; log_directory = "C:\Users\Username\AppData\Local\WSJT-X"
;
; MAC USERS = your path will look like this:
; log_directory = "/Users/Username/Library/Application Support/WSJT-X"
;
log_directory = "C:\Users\Username\AppData\Local\WSJT-X"
[QRZ]
; QRZ.com XML Data subscribers can put their login and password below
; for automatic lookups for any missing gridsquares seen in POTA Logfiles:
login = "A12BCD"
password = "S3cret"
; QRZ.com XML Data subscribers may have several logbooks, each with a callsign and API key.
; Provide your QRZ Logbook operating callsign and API Key for automatic uploads
apicallsign = "A12BCD"
apikey = "ABCD-1234-ABCD-1234"