mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-06 02:21:42 +00:00
Refactor of caching & data storage part 12 #118
This commit is contained in:
+10
-3
@@ -260,12 +260,19 @@ callsign-data-providers:
|
||||
enabled: true
|
||||
# API key for Clublog to look up information. Required in order to enable this provider. You will need to request
|
||||
# one via their helpdesk portal if you want to use callsign lookups from Clublog.
|
||||
clublog-api-key: ""
|
||||
api-key: ""
|
||||
|
||||
- class: "ClublogAPI"
|
||||
enabled: true
|
||||
# Querying the Clublog API directly doesn't provide any more data than the XML version, it just provides slightly
|
||||
# more up-to-date information in the rare case that the prefix data changes, at a significant cost of looking up
|
||||
# every callsign via an API call. Normally left disabled but it exists as an option.
|
||||
enabled: false
|
||||
# API key for Clublog to look up information. Required in order to enable this provider.
|
||||
clublog-api-key: ""
|
||||
api-key: ""
|
||||
|
||||
- class: "QRZ"
|
||||
enabled: true
|
||||
# No server-side credentials for QRZ. Users must provide their own as per QRZ policy.
|
||||
|
||||
|
||||
# Maximum time to keep spots and alerts in the system before deleting them. By default, one hour for spots and one week
|
||||
|
||||
Reference in New Issue
Block a user