diff options
author | sanine <sanine.not@pm.me> | 2023-05-14 23:40:55 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-05-14 23:40:55 -0500 |
commit | 218e769824cd7c1a411e74e1a63d885627f62320 (patch) | |
tree | 6d45a980d2e476e89fb07fe941b7435c8fd5465d /config.json | |
parent | a2f7fd3070513941dded47a7ceb8afce75f337ce (diff) |
add login timeout
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.json b/config.json index cb1b493..ac7d54e 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,7 @@ { "ListenAddress": "localhost:3333", "AssetDirectory": "", + "LoginTimeout": 3600, "Users": [ { "Name": "kate", |