mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:37:07 +00:00
25 lines
817 B
YAML
25 lines
817 B
YAML
|
|
db:
|
|
connection_string: "host=localhost port=5432 dbname=dougal user=postgres"
|
|
|
|
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.
|
|
|
|
navigation:
|
|
headers:
|
|
-
|
|
type: udp
|
|
port: 30000
|
|
meta:
|
|
# Anything here gets passed as options to the packet
|
|
# saving routine.
|
|
epsg: 23031 # Assume this CRS for unqualified E/N data
|
|
|