diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2014-10-06 14:54:08 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2014-10-06 14:54:08 +1300 |
commit | 21d69f45cd5badf52e175fc234c5c7bd3c2aeb35 (patch) | |
tree | 9073d3abc9ec9cf5faae595aba5c516ad4b03efc /opengts.cfg | |
parent | 2b22e09688ea303b4c9fc2f5f5dda59ec00573ae (diff) | |
parent | b186e95953f7af67ce17958cdb666044b57b78d9 (diff) | |
download | trackermap-server-21d69f45cd5badf52e175fc234c5c7bd3c2aeb35.tar.gz trackermap-server-21d69f45cd5badf52e175fc234c5c7bd3c2aeb35.tar.bz2 trackermap-server-21d69f45cd5badf52e175fc234c5c7bd3c2aeb35.zip |
Merge pull request #901 from jon-stumpf/sync-config-files
Sync configuration files
Diffstat (limited to 'opengts.cfg')
-rw-r--r-- | opengts.cfg | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/opengts.cfg b/opengts.cfg index 16deb38ec..6d632edd4 100644 --- a/opengts.cfg +++ b/opengts.cfg @@ -4,7 +4,7 @@ <properties> - <!-- Global confiduration --> + <!-- Global configuration --> <entry key='database.driver'>com.mysql.jdbc.Driver</entry> <entry key='database.url'>jdbc:mysql://localhost:3306/[DATABASE]?allowMultiQueries=true</entry> <entry key='database.user'>[USER]</entry> @@ -27,18 +27,26 @@ DO 0; </entry> - <!-- Web interface port --> + <!-- Web interface --> <entry key='http.enable'>false</entry> <!-- Geocoder options --> <entry key='geocoder.enable'>true</entry> + <entry key='geocoder.type'>google</entry> + + <!-- Filtering options --> + <!--<entry key='filter.enable'>true</entry> + <entry key='filter.limit'>3600</entry> + <entry key='filter.invalid'>true</entry> + <entry key='filter.zero'>true</entry> + <entry key='filter.duplicate'>true</entry> + <entry key='filter.distance'>50</entry>--> <!-- Logging options --> <entry key='logger.enable'>false</entry> <!-- Xexun server configuration --> <entry key='xexun.enable'>true</entry> - <!--<entry key='xexun.address'>localhost</entry>--> <entry key='xexun.port'>5000</entry> <!-- Gps103 server configuration --> @@ -317,4 +325,12 @@ <entry key='visiontek.enable'>true</entry> <entry key='visiontek.port'>5069</entry> + <!-- Orion server configuration --> + <entry key='orion.enable'>true</entry> + <entry key='orion.port'>5070</entry> + + <!-- Riti server configuration --> + <entry key='riti.enable'>true</entry> + <entry key='riti.port'>5071</entry> + </properties> |