diff options
Diffstat (limited to 'opengts.cfg')
-rw-r--r-- | opengts.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opengts.cfg b/opengts.cfg index ac4743b2d..c738fcf0e 100644 --- a/opengts.cfg +++ b/opengts.cfg @@ -280,4 +280,12 @@ <entry key='piligrim.enable'>true</entry> <entry key='piligrim.port'>5059</entry> + <!-- STL060 server configuration --> + <entry key='stl060.enable'>true</entry> + <entry key='stl060.port'>5060</entry> + + <!-- CarTrack server configuration --> + <entry key='cartrack.enable'>true</entry> + <entry key='cartrack.port'>5061</entry> + </properties> |