|
|
@ -1,5 +1,10 @@
|
|
|
|
[DEFAULT]
|
|
|
|
[DEFAULT]
|
|
|
|
|
|
|
|
# No need to touch this. If you want to bind it to a specific IP-address (if there are more than one interface to the
|
|
|
|
|
|
|
|
# network you can set your ip here - but default it listens on every interface
|
|
|
|
Host=0.0.0.0
|
|
|
|
Host=0.0.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If changeing the port please change it also in the index.html-file at the parts where you find:
|
|
|
|
|
|
|
|
# new WebSocket("ws://" + window.location.hostname ...
|
|
|
|
Port=5678
|
|
|
|
Port=5678
|
|
|
|
|
|
|
|
|
|
|
|
# This defines the maximum amount of loglines to be sent on initial opening of the dashboard
|
|
|
|
# This defines the maximum amount of loglines to be sent on initial opening of the dashboard
|
|
|
@ -9,12 +14,19 @@ MaxLines=2500
|
|
|
|
Filerotate=True
|
|
|
|
Filerotate=True
|
|
|
|
|
|
|
|
|
|
|
|
[MMDVMHost]
|
|
|
|
[MMDVMHost]
|
|
|
|
|
|
|
|
# Don't throw away the trailing slash! It is important but check logfile-location and Prefix twice :-)
|
|
|
|
Logdir=/mnt/ramdisk/
|
|
|
|
Logdir=/mnt/ramdisk/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Change this to DMRHost, if you are using DMRHost and configured this as log-prefix in the host-ini.
|
|
|
|
Prefix=MMDVM
|
|
|
|
Prefix=MMDVM
|
|
|
|
|
|
|
|
# if you want to have the operator-names as popup with the callsigns, set this parts = 1 and the LookupFile to
|
|
|
|
|
|
|
|
# the right position. On MMDVMHost comment out the DMRIDs.dat-line to have the DMRIds and not the callsigns in the
|
|
|
|
|
|
|
|
# logfile to have the callsigns with names transported to the dashboard.
|
|
|
|
DMR_ID_Lookup=1
|
|
|
|
DMR_ID_Lookup=1
|
|
|
|
DMR_ID_LookupFile=/etc/MMDVM/DMRIds.dat
|
|
|
|
DMR_ID_LookupFile=/etc/MMDVM/DMRIds.dat
|
|
|
|
|
|
|
|
|
|
|
|
[DAPNETGateway]
|
|
|
|
[DAPNETGateway]
|
|
|
|
|
|
|
|
# Don't throw away the trailing slash! It is important but check logfile-location and Prefix twice :-)
|
|
|
|
Logdir=/mnt/ramdisk/
|
|
|
|
Logdir=/mnt/ramdisk/
|
|
|
|
Prefix=DAPNETGateway
|
|
|
|
Prefix=DAPNETGateway
|
|
|
|
|
|
|
|
|
|
|
|