modules/setting/service.go aktualisiert

This commit is contained in:
davrot 2025-02-01 23:05:47 +00:00
parent 6ab8d69255
commit fecdf1db66

View file

@ -140,7 +140,6 @@ func CompileEmailGlobList(sec ConfigSection, keys ...string) (globs []glob.Glob)
return globs
}
func loadServiceFrom(rootCfg ConfigProvider) {
sec := rootCfg.Section("service")
Service.ActiveCodeLives = sec.Key("ACTIVE_CODE_LIVE_MINUTES").MustInt(180)