remove HTTP server

This commit is contained in:
2024-11-16 12:24:42 +07:00
parent 1f83105c8c
commit 50c86e82d7
14 changed files with 96 additions and 381 deletions

View File

@ -2,7 +2,6 @@ general:
delete_log_file_at_start: true
log_to_file: true
log_level: INFO # 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:
@ -13,17 +12,14 @@ cluster:
port: 7300
login: xv9q
skimmer: true
ft8: false
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
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
port: 7301