diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2013-03-17 15:12:52 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2013-03-17 15:12:52 +1300 |
commit | 91436e6a790b6c01c7af7d6c73c8783896c6cd87 (patch) | |
tree | b8798424e3167a6ba48c788e528524fffe35bfc3 /default.cfg | |
parent | 8db1cf2bc97f5f616bd5722656db2d69edd46d45 (diff) | |
download | trackermap-server-91436e6a790b6c01c7af7d6c73c8783896c6cd87.tar.gz trackermap-server-91436e6a790b6c01c7af7d6c73c8783896c6cd87.tar.bz2 trackermap-server-91436e6a790b6c01c7af7d6c73c8783896c6cd87.zip |
Add VT300 protocol
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg index 73e5991c2..163ded6cd 100644 --- a/default.cfg +++ b/default.cfg @@ -189,4 +189,8 @@ <entry key='syrus.enable'>true</entry> <entry key='syrus.port'>5031</entry> + <!-- VT300 server configuration --> + <entry key='vt300.enable'>true</entry> + <entry key='vt300.port'>5032</entry> + </properties> |