From b6e1137d89a90859d8943d9377e4d14091a11af6 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 2 Oct 2024 08:01:57 +0200 Subject: Rename secret_{file => path}, add max_idle_time to config, Merge {Raw,}Config --- examples/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/config.json') diff --git a/examples/config.json b/examples/config.json index 6cbdade..ee0d890 100644 --- a/examples/config.json +++ b/examples/config.json @@ -1,5 +1,7 @@ { - "secret_file": "./examples/secret.txt", + "secret_path": "./examples/secret.txt", + + "max_idle_time": "1h", "commands": [ { -- cgit v1.2.3