diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-09-29 09:20:48 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-09-29 09:20:48 +1300 |
commit | 6d8c8f3b9570ecb3fc359071b23a8fa0ecf836ab (patch) | |
tree | 96046514790019740bf56886bd0e1bfaea2eff5b /setup | |
parent | 2a690606569f042b845da1f61b308698645ad3fc (diff) | |
parent | a4a776911eb2a1a88ccd05bbd418313342cfc208 (diff) | |
download | trackermap-server-6d8c8f3b9570ecb3fc359071b23a8fa0ecf836ab.tar.gz trackermap-server-6d8c8f3b9570ecb3fc359071b23a8fa0ecf836ab.tar.bz2 trackermap-server-6d8c8f3b9570ecb3fc359071b23a8fa0ecf836ab.zip |
Merge pull request #1433 from zilogic-systems/bk
Add support for BlackKite protocol
Diffstat (limited to 'setup')
-rw-r--r-- | setup/unix/traccar.xml | 1 | ||||
-rw-r--r-- | setup/windows/traccar.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/setup/unix/traccar.xml b/setup/unix/traccar.xml index 70270b7d1..06dd293ea 100644 --- a/setup/unix/traccar.xml +++ b/setup/unix/traccar.xml @@ -317,5 +317,6 @@ <entry key='castel.port'>5086</entry> <entry key='mxt.port'>5087</entry> <entry key='cityeasy.port'>5088</entry> + <entry key='blackkite.port'>5091</entry> </properties> diff --git a/setup/windows/traccar.xml b/setup/windows/traccar.xml index bf0dc3efa..ce3f4ebdc 100644 --- a/setup/windows/traccar.xml +++ b/setup/windows/traccar.xml @@ -317,5 +317,6 @@ <entry key='castel.port'>5086</entry>
<entry key='mxt.port'>5087</entry>
<entry key='cityeasy.port'>5088</entry>
+ <entry key='blackkite.port'>5091</entry>
</properties>
|