aboutsummaryrefslogtreecommitdiff
path: root/setup/windows
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2012-07-13 23:35:37 +0400
committerAnton Tananaev <anton.tananaev@gmail.com>2012-07-13 23:35:37 +0400
commit05e2bd3f8e2988d021a42b10a9f0617cda388da5 (patch)
tree551a8e4b21501f9dfc0ad838d9c20692f88adb52 /setup/windows
parent4f1481208d60db88be5390f0584dc5e33fd83571 (diff)
downloadtrackermap-server-05e2bd3f8e2988d021a42b10a9f0617cda388da5.tar.gz
trackermap-server-05e2bd3f8e2988d021a42b10a9f0617cda388da5.tar.bz2
trackermap-server-05e2bd3f8e2988d021a42b10a9f0617cda388da5.zip
Release 1.1
Diffstat (limited to 'setup/windows')
-rw-r--r--setup/windows/traccar.iss2
-rw-r--r--setup/windows/windows.cfg10
2 files changed, 11 insertions, 1 deletions
diff --git a/setup/windows/traccar.iss b/setup/windows/traccar.iss
index 836492230..293b0db45 100644
--- a/setup/windows/traccar.iss
+++ b/setup/windows/traccar.iss
@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
-AppVersion=1.0
+AppVersion=1.1
DefaultDirName={pf}\Traccar
AlwaysRestart=yes
diff --git a/setup/windows/windows.cfg b/setup/windows/windows.cfg
index e804dacaa..273b0700b 100644
--- a/setup/windows/windows.cfg
+++ b/setup/windows/windows.cfg
@@ -127,4 +127,14 @@
<entry key="avl08.port">5007</entry>
<entry key="avl08.resetDelay">0</entry>
+ <!-- Enfora server configuration -->
+ <entry key="enfora.enable">true</entry>
+ <entry key="enfora.port">5008</entry>
+ <entry key="enfora.resetDelay">0</entry>
+
+ <!-- Meiligao server configuration -->
+ <entry key="meiligao.enable">true</entry>
+ <entry key="meiligao.port">5009</entry>
+ <entry key="meiligao.resetDelay">0</entry>
+
</properties>