Skip to content

Commit

Permalink
Updated changelog, sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
aboehm committed Jan 1, 2024
1 parent b7be692 commit 8c99769
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 12 additions & 2 deletions config.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8c99769

Please sign in to comment.