diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2013-08-12 22:45:47 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2013-08-12 22:45:47 +1200 |
commit | c42b05ceffcf56c696b20b34cacb80f7ce690497 (patch) | |
tree | 6b5c9a1c85638d20cc1ac395c6122b589fcafdea /default.cfg | |
parent | 2bd65faa3ca6e78727277c6daa1c97bf01689c8a (diff) | |
download | trackermap-server-c42b05ceffcf56c696b20b34cacb80f7ce690497.tar.gz trackermap-server-c42b05ceffcf56c696b20b34cacb80f7ce690497.tar.bz2 trackermap-server-c42b05ceffcf56c696b20b34cacb80f7ce690497.zip |
Added Gotop 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 fbd1278a5..a13debed4 100644 --- a/default.cfg +++ b/default.cfg @@ -262,4 +262,8 @@ <entry key='aplicom.enable'>true</entry> <entry key='aplicom.port'>5049</entry> + <!-- Gotop server configuration --> + <entry key='gotop.enable'>true</entry> + <entry key='gotop.port'>5050</entry> + </properties> |