34 lines
523 B
INI
34 lines
523 B
INI
; config.ini
|
|
; This file is used to run the CPlus_GW Gateway application
|
|
; Please do not modify if you are not an admin
|
|
|
|
[GATEWAY]
|
|
id = 95001
|
|
report = 30
|
|
autoReconnect = false
|
|
|
|
[Database]
|
|
IP = 127.0.0.1
|
|
Schema = safedispatchdb
|
|
User = postgres
|
|
Passwd = wizdemo26
|
|
Port = 5432
|
|
|
|
[MessageBus]
|
|
ip = 224.30.0.1
|
|
port = 17249
|
|
|
|
|
|
[Controller]
|
|
IP = 144.190.95.150
|
|
ARSport = 4005
|
|
LocationPort = 4001
|
|
SMSport = 4007
|
|
TallysmanPort = 4010
|
|
LocationPort_r = 50001
|
|
SMSport_r = 50002
|
|
|
|
[Update]
|
|
Version = 1.0
|
|
Enable = true
|
|
autoupdate = true |