29 lines
957 B
YAML
29 lines
957 B
YAML
general:
|
|
delete_log_file_at_start: true
|
|
log_to_file: true
|
|
log_level: DEBUG # INFO or DEBUG or WARN
|
|
httpserver: true # not in use for now
|
|
telnetserver: true # not in use for now
|
|
flexradiospot: true # not in use for now
|
|
sqlite:
|
|
sqlite_path: 'C:\Perso\Seafile\Radio\Logs\Log4OM\Vietnam.SQLite' # SQLite Db oath of Log4OM
|
|
callsign: XV9Q # Log4OM Callsign used to check if you get spotted by someone
|
|
cluster:
|
|
server: dxc.k0xm.net
|
|
port: 7300
|
|
login: xv9q
|
|
skimmer: true
|
|
ft8: true
|
|
ft4: false
|
|
command: #SET/NOFILTER
|
|
login_prompt: "Please enter your call:"
|
|
flex:
|
|
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
|
|
spot_life: 600 # seconds
|
|
telnetserver: # Log4OM must be connected to this server ie: localhost:7301 if on same machine as this program else ip:7301
|
|
host: 0.0.0.0
|
|
port: 7301
|
|
httpserver: # this is the basic web gui
|
|
host: 0.0.0.0
|
|
port: 3000 |