mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Extract config into yaml
This commit is contained in:
12
config-example.yml
Normal file
12
config-example.yml
Normal 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
|
||||
Reference in New Issue
Block a user