FlexDXCluster/config.yml

25 lines
868 B
YAML
Raw Permalink Normal View History

2024-09-29 18:47:44 +07:00
general:
delete_log_file_at_start: true
log_to_file: true
2024-11-16 23:03:12 +07:00
log_level: DEBUG # INFO or DEBUG or WARN
2024-10-31 15:57:53 +07:00
telnetserver: true # not in use for now
flexradiospot: true # not in use for now
2024-09-29 18:47:44 +07:00
sqlite:
2025-04-06 18:36:16 +02:00
sqlite_path: 'C:\Perso\Seafile\Radio\Logs\Log4OM\F4BPO.SQLite' # SQLite Db oath of Log4OM
callsign: F4BPO # Log4OM Callsign used to check if you get spotted by someone
2024-09-29 18:47:44 +07:00
cluster:
2024-11-30 21:49:00 +07:00
server: cluster.f4bpo.com # dxc.k0xm.net
2024-09-29 18:47:44 +07:00
port: 7300
2025-04-06 18:36:16 +02:00
login: f4bpo
2024-09-29 18:47:44 +07:00
skimmer: true
2025-04-06 18:36:16 +02:00
ft8: false
2024-10-21 23:38:16 +07:00
ft4: false
2024-09-29 18:47:44 +07:00
command: #SET/NOFILTER
2024-10-17 20:28:43 +03:00
login_prompt: "Please enter your call:"
2024-09-29 18:47:44 +07:00
flex:
2024-10-31 15:57:53 +07:00
discovery: true # Radio must be on same LAN than the program
ip: 10.10.10.120 # if discovery is true no need to put an IP
2024-11-16 12:24:42 +07:00
spot_life: 600 #seconds
2024-10-31 15:57:53 +07:00
telnetserver: # Log4OM must be connected to this server ie: localhost:7301 if on same machine as this program else ip:7301
2024-09-29 18:47:44 +07:00
host: 0.0.0.0
2024-11-16 12:24:42 +07:00
port: 7301