summaryrefslogtreecommitdiff
path: root/examples/config.json
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-10-02 08:01:57 +0200
committerLinnnus <[email protected]>2024-10-02 08:03:19 +0200
commitb6e1137d89a90859d8943d9377e4d14091a11af6 (patch)
treeee46b50505e1c5b50de932d9fdeb7bd662c07975 /examples/config.json
parentf5c119fdaf444fc0b1b59c1e07fd32a5f6ddf069 (diff)
Rename secret_{file => path}, add max_idle_time to config, Merge {Raw,}Config
Diffstat (limited to 'examples/config.json')
-rw-r--r--examples/config.json4
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": [
{