diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-11-04 21:24:17 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-11-04 21:24:17 +1300 |
commit | 8b4dc809a91bcd124ae087988aa79ceaeff1fd36 (patch) | |
tree | f9b5865598e04d64fa327370c74af5ddba473fcf /setup/windows/windows.cfg | |
parent | 2808fe5c99d50b3d9414020373c28bc6f04b937a (diff) | |
download | trackermap-server-8b4dc809a91bcd124ae087988aa79ceaeff1fd36.tar.gz trackermap-server-8b4dc809a91bcd124ae087988aa79ceaeff1fd36.tar.bz2 trackermap-server-8b4dc809a91bcd124ae087988aa79ceaeff1fd36.zip |
Release 1.4
Diffstat (limited to 'setup/windows/windows.cfg')
-rw-r--r-- | setup/windows/windows.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setup/windows/windows.cfg b/setup/windows/windows.cfg index fbe008aeb..6e3a1a12f 100644 --- a/setup/windows/windows.cfg +++ b/setup/windows/windows.cfg @@ -155,5 +155,9 @@ <!-- V680 server configuration -->
<entry key="v680.enable">true</entry>
<entry key="v680.port">5016</entry>
+
+ <!-- PT502 server configuration -->
+ <entry key="pt502.enable">true</entry>
+ <entry key="pt502.port">5017</entry>
</properties>
|