42 lines
1.6 KiB
YAML
42 lines
1.6 KiB
YAML
general:
|
|
delete_log_file_at_start: true
|
|
callsign: F4BPO # Log4OM Callsign used to check if you get spotted by someone
|
|
log_to_file: true
|
|
log_level: DEBUG # INFO or DEBUG or WARN
|
|
telnetserver: true # not in use for now
|
|
flexradiospot: true # not in use for now
|
|
database:
|
|
mysql: false #only one of the two can be true
|
|
sqlite: true
|
|
mysql_db_user: rouggy
|
|
mysql_db_password: 89DGgg290379
|
|
mysql_db_name: log_f4bpo
|
|
mysql_host: 10.10.10.15
|
|
mysql_port: 3306
|
|
sqlite:
|
|
sqlite_path: 'C:\Perso\Seafile\Radio\Logs\Log4OM\F4BPO.SQLite' # SQLite Db oath of Log4OM
|
|
cluster:
|
|
server: cluster.f4bpo.com # dxc.k0xm.net dxc.sm7iun.se
|
|
port: 7300
|
|
login: f4bpo
|
|
password: 89DGgg
|
|
skimmer: true
|
|
ft8: false
|
|
ft4: false
|
|
command: "SET/FILTER DOC/PASS 1A,3A,4O,9A,9H,C3,CT,CU,DL,E7,EA,EA6,EI,ER,ES,EU,F,G,GD,GI,GJ,GM,GU,GW,HA,HB,HB0,HV,I,IS,IT9,JW,JX,LA,LX,LY,LZ,OE,OH,OH0,OJ0,OK,OM,ON,OY,OZ,PA,S5,SM,SP,SV,SV5,SV9,T7,TA1,TF,TK,UA,UR,YL,YO,YU,Z6,Z3" #"SET/FILTER DOC/PASS 1A,3A,4O,9A,9H,C3,CT,CU,DL,E7,EA,EA6,EI,ER,ES,EU,F,G,GD,GI,GJ,GM,GU,GW,HA,HB,HB0,HV,I,IS,IT9,JW,JX,LA,LX,LY,LZ,OE,OH,OH0,OJ0,OK,OM,ON,OY,OZ,PA,S5,SM,SP,SV,SV5,SV9,T7,TA1,TF,TK,UA,UR,YL,YO,YU,Z6,Z3,ZA,ZB"
|
|
login_prompt: "login:"
|
|
flex:
|
|
discovery: true # Radio must be on same LAN than the program
|
|
ip: 82.67.157.19 # 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
|
|
gotify:
|
|
enable: true
|
|
url: https://gotify.rouggy.com/message
|
|
token: ALaGS4MVMWTEMcP
|
|
NewDXCC: true
|
|
NewBand: false
|
|
NewMode: false
|
|
NewBandAndMode: false |