39 lines
548 B
INI
39 lines
548 B
INI
; Tetragw.cfg
|
|
; This file is used to run the Tetra Gateway
|
|
; Do NOT modify it, it might break the application
|
|
[Server]
|
|
IP = 127.0.0.1
|
|
|
|
[Gateway]
|
|
id = 2
|
|
regPort = 5680
|
|
ip = 192.168.10.60
|
|
serialPort =
|
|
autoConnect = false
|
|
name = TETRA Gateway
|
|
localIP =
|
|
BaudRate = 9600
|
|
Area = 0
|
|
|
|
[ARSRefresh]
|
|
timesec = 200
|
|
|
|
[TYPE]
|
|
Tetra = true
|
|
FUG = false
|
|
ReportType=LONG
|
|
|
|
[Update]
|
|
Version = 1.0
|
|
Enable = true
|
|
autoupdate = true
|
|
|
|
; for the home page
|
|
[Audio]
|
|
inDevice=
|
|
outDevice=
|
|
hasPresenceCheck = false;
|
|
|
|
[Memory]
|
|
restartOnMemoryLeak = true;
|
|
maxMemoryAllowedMb = 512 |