diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-10-14 09:56:37 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-10-14 09:56:37 +1300 |
commit | f278d3ff3e7b17b458a512d7bb16131eb9d97b2b (patch) | |
tree | a68cdb9c99e2e31786522d9418a1404d3bb2890c /default.cfg | |
parent | 7ca3514fe59d876e2b91c52c100014b84962ee5b (diff) | |
download | trackermap-server-f278d3ff3e7b17b458a512d7bb16131eb9d97b2b.tar.gz trackermap-server-f278d3ff3e7b17b458a512d7bb16131eb9d97b2b.tar.bz2 trackermap-server-f278d3ff3e7b17b458a512d7bb16131eb9d97b2b.zip |
Add H02 support (fix #56)
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg index 2504842c2..de2fa3dec 100644 --- a/default.cfg +++ b/default.cfg @@ -139,4 +139,12 @@ <entry key="st210.enable">true</entry> <entry key="st210.port">5011</entry> + <!-- Progress server configuration --> + <entry key="progress.enable">true</entry> + <entry key="progress.port">5012</entry> + + <!-- H02 server configuration --> + <entry key="h02.enable">true</entry> + <entry key="h02.port">5013</entry> + </properties> |