summaryrefslogtreecommitdiff
path: root/config/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.go')
-rw-r--r--config/config.go1
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
}