Reverted changes in config file

This commit is contained in:
Per Qvarforth 2022-07-25 18:59:45 +00:00
parent 332bbd538d
commit ef4fc5a3b4
1 changed files with 15 additions and 15 deletions

View File

@ -4,20 +4,20 @@
[website] [website]
title="Glider RADAR - APRS Track Direct Demo" title="APRS Track Direct"
owner_name="Per Qvarforth" owner_name="Unknown"
owner_email="per@aprsdirect.com" owner_email="no@name.com"
maptiler_key="deepSyffDpytnquAsdpY" ;maptiler_key="<insert map key here if you want to activate maptiler for vector tiles>"
google_key="AIzaSyD1YtgT5SuEHlXjH6S0lrwub5KawTYO47s" ;google_key="<insert google key here if you want to activate google maps>"
here_app_id="XNPNNGLsENC2A1oB2x3d" ;here_app_id="<insert HERE app_id here if you want to use HERE for raster tiles>"
here_app_code="Wmda4iAl4siiOSnzsrbTuw" ;here_app_code="<insert HERE app_code here if you want to use HERE for raster tiles>"
;; For the map type "Leaflet - Raster Tiles" we have a lot of options ;; For the map type "Leaflet - Raster Tiles" we have a lot of options
;; Please read usage policy for each map provider (OpenStreetMap usage policy: https://operations.osmfoundation.org/policies/tiles/) ;; Please read usage policy for each map provider (OpenStreetMap usage policy: https://operations.osmfoundation.org/policies/tiles/)
leaflet_raster_tile_roadmap="HERE.reducedDay" ;; Examples: "OpenStreetMap.DE", "Stamen.TonerLite", "CartoDB.Voyager", "HERE.normalDay" or "HERE.reducedDay" leaflet_raster_tile_roadmap="OpenStreetMap" ;; Examples: "OpenStreetMap.DE", "Stamen.TonerLite", "CartoDB.Voyager", "HERE.normalDay" or "HERE.reducedDay"
leaflet_raster_tile_terrain="OpenTopoMap" ;; Examples: "OpenTopoMap", "Stamen.Terrain" or "HERE.terrainDay" leaflet_raster_tile_terrain="OpenTopoMap" ;; Examples: "OpenTopoMap", "Stamen.Terrain" or "HERE.terrainDay"
leaflet_raster_tile_satellite="HERE.satelliteDay" ;; Examples: "HERE.satelliteDay" leaflet_raster_tile_satellite="" ;; Examples: "HERE.satelliteDay"
;; Coverage settings, by default we include stationary senders and only include the 95% percent of the closest positions ;; Coverage settings, by default we include stationary senders and only include the 95% percent of the closest positions
coverage_only_moving_senders="0" coverage_only_moving_senders="0"
@ -25,7 +25,7 @@ coverage_percentile="95"
;; Url to the websocket server, if you use https you need to set this ;; Url to the websocket server, if you use https you need to set this
;; If nothing is set we will try the url: ws://current-url:9000/ws ;; If nothing is set we will try the url: ws://current-url:9000/ws
websocket_url="wss://ws.gliderradar.com" ;websocket_url="wss://ws.my-domain.com"
[database] [database]
@ -59,7 +59,7 @@ host="0.0.0.0"
port="9000" port="9000"
;; If you are using a reverse proxy you need to play with the "external_port" setting, otherwise it should be the same as "port" ;; If you are using a reverse proxy you need to play with the "external_port" setting, otherwise it should be the same as "port"
external_port="80" external_port="9000"
;; Websocket server log output ;; Websocket server log output
error_log="~/trackdirect/server/log/wsserver_aprs.log" error_log="~/trackdirect/server/log/wsserver_aprs.log"
@ -68,7 +68,7 @@ error_log="~/trackdirect/server/log/wsserver_aprs.log"
;; This frequency limit is only refering to pakets that is received in real time from the filtered feed used by the websocket server ;; This frequency limit is only refering to pakets that is received in real time from the filtered feed used by the websocket server
;; This frequency limit may be a bit more forgiving than the frequence limit on the collector. ;; This frequency limit may be a bit more forgiving than the frequence limit on the collector.
;; When receiving data from the OGN network this needs to be about 15s or more. ;; When receiving data from the OGN network this needs to be about 15s or more.
frequency_limit="30" frequency_limit="0"
;; First APRS IS server for the websocket server to connect to. ;; First APRS IS server for the websocket server to connect to.
;; Important: Please set up your own APRS IS server, do not use a public server. ;; Important: Please set up your own APRS IS server, do not use a public server.
@ -82,7 +82,7 @@ aprs_port1="14580"
;; - Source Id 3: CBAPRS ;; - Source Id 3: CBAPRS
;; - Source Id 4: HUBHAB ;; - Source Id 4: HUBHAB
;; - Source Id 5: OGN ;; - Source Id 5: OGN
aprs_source_id1="5" aprs_source_id1="1"
;; Second APRS IS server for the websocket server to connect to (only needed if you use multiple sources). ;; Second APRS IS server for the websocket server to connect to (only needed if you use multiple sources).
;; Important: Please set up your own APRS IS server, do not use a public server. ;; Important: Please set up your own APRS IS server, do not use a public server.
@ -122,7 +122,7 @@ port_filtered="14580"
;; - Source Id 3: CBAPRS ;; - Source Id 3: CBAPRS
;; - Source Id 4: HUBHAB ;; - Source Id 4: HUBHAB
;; - Source Id 5: OGN ;; - Source Id 5: OGN
source_id="5" source_id="1"
;; Your callsign and passcode ;; Your callsign and passcode
callsign="NOCALL" callsign="NOCALL"