diff options
-rw-r--r-- | config.yaml.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.yaml.sample b/config.yaml.sample index fef8e5e..c785144 100644 --- a/config.yaml.sample +++ b/config.yaml.sample @@ -17,3 +17,9 @@ login: clientsecret: secret url: http://localhost:8080 +logging: + # logs can be sent as push notifications + ntfytoken: tk_something_or_other + ntfytopic: ntfy.example.org/tracktrain + # a free-form label used as title for messages + name: debug-deployment |