diff options
author | Linnnus <[email protected]> | 2024-10-02 08:01:57 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-10-02 08:03:19 +0200 |
commit | b6e1137d89a90859d8943d9377e4d14091a11af6 (patch) | |
tree | ee46b50505e1c5b50de932d9fdeb7bd662c07975 /examples | |
parent | f5c119fdaf444fc0b1b59c1e07fd32a5f6ddf069 (diff) |
Rename secret_{file => path}, add max_idle_time to config, Merge {Raw,}Config
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": [ { |