From 8c99769093c7cd94ea85e80c8a1f5e67c773764c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20B=C3=B6hm?= Date: Mon, 1 Jan 2024 18:22:53 +0100 Subject: [PATCH] Updated changelog, sample config --- CHANGELOG.md | 1 + config.sample.yml | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 265f0ca..e34f36e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## v0.10.0 +* Added dead man mechanism (keep open) * Refactoring of state handling * Refactored module structure * Moved API-Key checking into guard implementation diff --git a/config.sample.yml b/config.sample.yml index 22cd6a8..73091ef 100644 --- a/config.sample.yml +++ b/config.sample.yml @@ -15,9 +15,19 @@ publish: # Settings for administration admin: # Enable admin routes + # default: false enable: true - # Set API key for access admin endpoint, if not set a random key will be generated - api_key: not-very-secure + # Set API key for access admin endpoint, if not set a random key will be + # generated + # default: generated and printed out + #api_key: not-very-secure + # Interval (in seconds) between two keep open calls before the space mark + # automarically as closed + # default: 300 + keep_open_interval: 300 + # Check interval (in milliseconds) for automatic state changes + tick_interval: 100 + # Configure status display output status_display: