Skip to content

Commit

Permalink
Release 2.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jul 21, 2013
1 parent e894783 commit 4cb6ab8
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 1 deletion.
16 changes: 16 additions & 0 deletions opengts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,20 @@
<entry key='carscop.enable'>true</entry>
<entry key='carscop.port'>5040</entry>

<!-- Apel server configuration -->
<entry key='apel.enable'>true</entry>
<entry key='apel.port'>5041</entry>

<!-- Man Power server configuration -->
<entry key='manpower.enable'>true</entry>
<entry key='manpower.port'>5042</entry>

<!-- GlobalSat server configuration -->
<entry key='globalsat.enable'>true</entry>
<entry key='globalsat.port'>5043</entry>

<!-- Atrack server configuration -->
<entry key='atrack.enable'>true</entry>
<entry key='atrack.port'>5044</entry>

</properties>
16 changes: 16 additions & 0 deletions setup/linux/traccar.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,20 @@
<entry key='carscop.enable'>true</entry>
<entry key='carscop.port'>5040</entry>

<!-- Apel server configuration -->
<entry key='apel.enable'>true</entry>
<entry key='apel.port'>5041</entry>

<!-- Man Power server configuration -->
<entry key='manpower.enable'>true</entry>
<entry key='manpower.port'>5042</entry>

<!-- GlobalSat server configuration -->
<entry key='globalsat.enable'>true</entry>
<entry key='globalsat.port'>5043</entry>

<!-- Atrack server configuration -->
<entry key='atrack.enable'>true</entry>
<entry key='atrack.port'>5044</entry>

</properties>
16 changes: 16 additions & 0 deletions setup/macosx/traccar.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,20 @@
<entry key='carscop.enable'>true</entry>
<entry key='carscop.port'>5040</entry>

<!-- Apel server configuration -->
<entry key='apel.enable'>true</entry>
<entry key='apel.port'>5041</entry>

<!-- Man Power server configuration -->
<entry key='manpower.enable'>true</entry>
<entry key='manpower.port'>5042</entry>

<!-- GlobalSat server configuration -->
<entry key='globalsat.enable'>true</entry>
<entry key='globalsat.port'>5043</entry>

<!-- Atrack server configuration -->
<entry key='atrack.enable'>true</entry>
<entry key='atrack.port'>5044</entry>

</properties>
16 changes: 16 additions & 0 deletions setup/windows/traccar.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,20 @@
<entry key='carscop.enable'>true</entry>
<entry key='carscop.port'>5040</entry>

<!-- Apel server configuration -->
<entry key='apel.enable'>true</entry>
<entry key='apel.port'>5041</entry>

<!-- Man Power server configuration -->
<entry key='manpower.enable'>true</entry>
<entry key='manpower.port'>5042</entry>

<!-- GlobalSat server configuration -->
<entry key='globalsat.enable'>true</entry>
<entry key='globalsat.port'>5043</entry>

<!-- Atrack server configuration -->
<entry key='atrack.enable'>true</entry>
<entry key='atrack.port'>5044</entry>

</properties>
2 changes: 1 addition & 1 deletion setup/windows/traccar.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
AppVersion=2.2
AppVersion=2.3
DefaultDirName={pf}\Traccar
AlwaysRestart=yes

Expand Down

0 comments on commit 4cb6ab8

Please sign in to comment.