Extract config into yaml

This commit is contained in:
Ian Renton
2025-09-27 14:54:14 +01:00
parent 6d735cfc67
commit 00c56a7c10
9 changed files with 48 additions and 14 deletions

12
config-example.yml Normal file
View File

@@ -0,0 +1,12 @@
# Config file example.
# Rename this to "config.yml" before running the software.
# Your callsign. Used to log into DX clusters and included in User-Agent when querying HTTP servers. Useful so if your
# server goes crazy and causes other people problems, they know who to contact :)
server-owner-callsign: "N0CALL"
# Port to open the local web server on
web-server-port: 8080
# Maximum spot age to keep in the system before deleting it
max-spot-age-sec: 3600