aboutsummaryrefslogtreecommitdiff
path: root/setup/windows
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2013-11-03 12:51:07 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2013-11-03 12:51:07 +1300
commite0a8940f73915dc560e68405ad70c45dcbd79899 (patch)
treee56b8cf4577878d6a83380397d231993c1390ea8 /setup/windows
parent9a33a3ae6c50b505bfe22596ae4e68b6b0ed57d0 (diff)
downloadtrackermap-server-e0a8940f73915dc560e68405ad70c45dcbd79899.tar.gz
trackermap-server-e0a8940f73915dc560e68405ad70c45dcbd79899.tar.bz2
trackermap-server-e0a8940f73915dc560e68405ad70c45dcbd79899.zip
Version 2.5 releasev2.5
Diffstat (limited to 'setup/windows')
-rw-r--r--setup/windows/traccar.cfg13
-rw-r--r--setup/windows/traccar.iss2
2 files changed, 8 insertions, 7 deletions
diff --git a/setup/windows/traccar.cfg b/setup/windows/traccar.cfg
index 005e31780..7e96d9955 100644
--- a/setup/windows/traccar.cfg
+++ b/setup/windows/traccar.cfg
@@ -58,6 +58,7 @@
<!-- Xexun server configuration -->
<entry key='xexun.enable'>true</entry>
+ <!--<entry key='xexun.address'>localhost</entry>-->
<entry key='xexun.port'>5000</entry>
<!-- Gps103 server configuration -->
@@ -84,9 +85,9 @@
<entry key='xexun2.enable'>true</entry>
<entry key='xexun2.port'>5006</entry>
- <!-- AVL-08 server configuration -->
- <entry key='avl08.enable'>true</entry>
- <entry key='avl08.port'>5007</entry>
+ <!-- Totem server configuration -->
+ <entry key='totem.enable'>true</entry>
+ <entry key='totem.port'>5007</entry>
<!-- Enfora server configuration -->
<entry key='enfora.enable'>true</entry>
@@ -260,9 +261,9 @@
<entry key='gotop.enable'>true</entry>
<entry key='gotop.port'>5050</entry>
- <!-- Totem server configuration -->
- <entry key='totem.enable'>true</entry>
- <entry key='totem.port'>5051</entry>
+ <!-- Sanav server configuration -->
+ <entry key='sanav.enable'>true</entry>
+ <entry key='sanav.port'>5051</entry>
<!-- Gator server configuration -->
<entry key='gator.enable'>true</entry>
diff --git a/setup/windows/traccar.iss b/setup/windows/traccar.iss
index 418b472d4..2c406e216 100644
--- a/setup/windows/traccar.iss
+++ b/setup/windows/traccar.iss
@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
-AppVersion=2.4
+AppVersion=2.5
DefaultDirName={pf}\Traccar
AlwaysRestart=yes