2020-08-08 23:59:13 +02:00
|
|
|
|
|
|
|
|
db:
|
|
|
|
|
connection_string: "host=localhost port=5432 dbname=dougal user=postgres"
|
|
|
|
|
|
2020-08-24 20:02:12 +02:00
|
|
|
webhooks:
|
|
|
|
|
alert:
|
|
|
|
|
url: https://gitlab.com/wgp/dougal/software/alerts/notify.json
|
|
|
|
|
authkey: ""
|
|
|
|
|
# The authorisation key can be provided here or read from the
|
|
|
|
|
# environment variable GITLAB_ALERTS_AUTHKEY. The environment
|
|
|
|
|
# variable has precedence. It can be saved under the user's
|
|
|
|
|
# Bash .profile. This is the recommended way to avoid accidentally
|
|
|
|
|
# committing a security token into the git repository.
|
|
|
|
|
|
2020-08-31 14:33:54 +02:00
|
|
|
navigation:
|
|
|
|
|
headers:
|
|
|
|
|
-
|
|
|
|
|
type: udp
|
|
|
|
|
port: 30000
|
2020-09-02 08:58:23 +02:00
|
|
|
meta:
|
|
|
|
|
# Anything here gets passed as options to the packet
|
|
|
|
|
# saving routine.
|
|
|
|
|
epsg: 23031 # Assume this CRS for unqualified E/N data
|
2020-08-31 14:33:54 +02:00
|
|
|
|