diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/config.json | 4 |
1 files changed, 3 insertions, 1 deletions
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": [ { |