diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-07-13 23:35:37 +0400 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-07-13 23:35:37 +0400 |
commit | 05e2bd3f8e2988d021a42b10a9f0617cda388da5 (patch) | |
tree | 551a8e4b21501f9dfc0ad838d9c20692f88adb52 | |
parent | 4f1481208d60db88be5390f0584dc5e33fd83571 (diff) | |
download | trackermap-server-05e2bd3f8e2988d021a42b10a9f0617cda388da5.tar.gz trackermap-server-05e2bd3f8e2988d021a42b10a9f0617cda388da5.tar.bz2 trackermap-server-05e2bd3f8e2988d021a42b10a9f0617cda388da5.zip |
Release 1.1
-rw-r--r-- | setup/linux/linux.cfg | 10 | ||||
-rw-r--r-- | setup/windows/traccar.iss | 2 | ||||
-rw-r--r-- | setup/windows/windows.cfg | 10 |
3 files changed, 21 insertions, 1 deletions
diff --git a/setup/linux/linux.cfg b/setup/linux/linux.cfg index 3848aff91..424e59033 100644 --- a/setup/linux/linux.cfg +++ b/setup/linux/linux.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> 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>
|