Fix missing bool struct for disableAccessKey
This commit is contained in:
parent
cd79f0db40
commit
90e47f049b
|
@ -77,6 +77,7 @@ var Config struct {
|
||||||
extraFooterText string
|
extraFooterText string
|
||||||
maxDurationTime uint64
|
maxDurationTime uint64
|
||||||
maxDurationSize int64
|
maxDurationSize int64
|
||||||
|
disableAccessKey bool
|
||||||
}
|
}
|
||||||
|
|
||||||
var Templates = make(map[string]*pongo2.Template)
|
var Templates = make(map[string]*pongo2.Template)
|
||||||
|
|
Loading…
Reference in New Issue