diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2014-01-26 16:02:44 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2014-01-26 16:02:44 +1300 |
commit | 259635880792bf8b14cf26ff5e6f39bd5cc240ac (patch) | |
tree | 664bdcc8918076aaca2ce392ecff52ab96df061a /setup/windows | |
parent | 8e0a29c68f76d5514bb74b77537d90cd64e76ea3 (diff) | |
download | trackermap-server-259635880792bf8b14cf26ff5e6f39bd5cc240ac.tar.gz trackermap-server-259635880792bf8b14cf26ff5e6f39bd5cc240ac.tar.bz2 trackermap-server-259635880792bf8b14cf26ff5e6f39bd5cc240ac.zip |
Version 2.7 releasev2.7
Diffstat (limited to 'setup/windows')
-rw-r--r-- | setup/windows/traccar.cfg | 12 | ||||
-rw-r--r-- | setup/windows/traccar.iss | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/setup/windows/traccar.cfg b/setup/windows/traccar.cfg index 7e96d9955..8d5a00c93 100644 --- a/setup/windows/traccar.cfg +++ b/setup/windows/traccar.cfg @@ -285,4 +285,16 @@ <entry key='easytrack.enable'>true</entry>
<entry key='easytrack.port'>5056</entry>
+ <!-- TAIP server configuration -->
+ <entry key='taip.enable'>true</entry>
+ <entry key='taip.port'>5057</entry>
+
+ <!-- KHD server configuration -->
+ <entry key='khd.enable'>true</entry>
+ <entry key='khd.port'>5058</entry>
+
+ <!-- Piligrim server configuration -->
+ <entry key='piligrim.enable'>true</entry>
+ <entry key='piligrim.port'>5059</entry>
+
</properties>
diff --git a/setup/windows/traccar.iss b/setup/windows/traccar.iss index 29359cb84..93ea24eb6 100644 --- a/setup/windows/traccar.iss +++ b/setup/windows/traccar.iss @@ -1,6 +1,6 @@ [Setup]
AppName=Traccar
-AppVersion=2.6
+AppVersion=2.7
DefaultDirName={pf}\Traccar
AlwaysRestart=yes
|