aboutsummaryrefslogtreecommitdiff
path: root/internal/conf/static.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/conf/static.go')
-rw-r--r--internal/conf/static.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/internal/conf/static.go b/internal/conf/static.go
index 80857f3a..cc305b9b 100644
--- a/internal/conf/static.go
+++ b/internal/conf/static.go
@@ -139,6 +139,19 @@ var (
// Deprecated: Use Password instead, will be removed in 0.13.
Passwd string
}
+
+ // Security settings
+ Security struct {
+ InstallLock bool
+ SecretKey string
+ LoginRememberDays int
+ CookieRememberName string
+ CookieUsername string
+ CookieSecure bool
+ ReverseProxyAuthenticationUser string
+ EnableLoginStatusCookie bool
+ LoginStatusCookieName string
+ }
)
// handleDeprecated transfers deprecated values to the new ones when set.