diff options
author | stuebinm | 2024-05-02 00:18:47 +0200 |
---|---|---|
committer | stuebinm | 2024-05-02 00:18:47 +0200 |
commit | 80e9f4af38fbe470648779b200e49c72c5510359 (patch) | |
tree | d69f0ab38a348c5e94302a681f79bab4e48c231f | |
parent | 80984549172d7de83564757de80996487ca2fb15 (diff) |
document new config options in config.yaml.sample
-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 |