revert changes and add comments
This commit is contained in:
parent
dfaecbe4ca
commit
1143da1dfa
|
|
@ -11,9 +11,11 @@ owner_email="no@name.com"
|
|||
[database]
|
||||
|
||||
;; Basic database settings
|
||||
host="db"
|
||||
;; If using docker, set host to "db"
|
||||
host="127.0.0.1"
|
||||
database="trackdirect"
|
||||
username="root"
|
||||
;; If using docker, activate username and set to "root"
|
||||
;username="username"
|
||||
password="foobar"
|
||||
port="5432"
|
||||
|
||||
|
|
@ -50,7 +52,8 @@ frequency_limit="0"
|
|||
|
||||
;; 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.
|
||||
aprs_host1="aprsc"
|
||||
;; If using docker, set aprs_host1 to "aprsc"
|
||||
aprs_host1="127.0.0.1"
|
||||
aprs_port1="14580"
|
||||
|
||||
;; Important that you set the correct source, otherwise it might be handled incorrect
|
||||
|
|
@ -88,7 +91,8 @@ max_queued_realtime_packets="30"
|
|||
|
||||
[collector0]
|
||||
|
||||
host="aprsc"
|
||||
;; If using docker, set host to "aprsc"
|
||||
host="127.0.0.1"
|
||||
port_full="10152"
|
||||
port_filtered="14580"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue