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 | |
parent | a2f7fd3070513941dded47a7ceb8afce75f337ce (diff) |
add login timeout
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index fe574a7..a371beb 100644 --- a/config/config.go +++ b/config/config.go @@ -22,6 +22,7 @@ type Endpoint struct { type Config struct { ListenAddress string AssetDirectory string + LoginTimeout int Users []User Endpoints []Endpoint } |